diff options
author | Oscar Korz <okorz001@gmail.com> | 2013-02-09 19:24:53 -0800 |
---|---|---|
committer | Oscar Korz <okorz001@gmail.com> | 2013-02-09 19:24:53 -0800 |
commit | ba807ed5a8f83ed1e4ee2eb2b99f8d5b1eddb28b (patch) | |
tree | 33b741fd248585e213278bd750f26e369c15995f /docs | |
parent | e906271f9141bb5b2231cc468dfc99b06d00e398 (diff) | |
download | ansible-ba807ed5a8f83ed1e4ee2eb2b99f8d5b1eddb28b.tar.gz |
Correct -u description in ansible man page
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man/man1/ansible.1 | 2 | ||||
-rw-r--r-- | docs/man/man1/ansible.1.asciidoc.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/man/man1/ansible.1 b/docs/man/man1/ansible.1 index c8daacd08d..f531011cb3 100644 --- a/docs/man/man1/ansible.1 +++ b/docs/man/man1/ansible.1 @@ -131,7 +131,7 @@ seconds\&. Requires .RS 4 Use this remote \fIUSERNAME\fR -instead of root\&. +instead of the current user\&. .RE .PP \fB\-U\fR \fISUDO_USERNAME\fR, \fB\-\-sudo\-user=\fR\fISUDO_USERNAME\fR diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in index f55c7ff41e..839172223d 100644 --- a/docs/man/man1/ansible.1.asciidoc.in +++ b/docs/man/man1/ansible.1.asciidoc.in @@ -102,7 +102,7 @@ Poll a background job every 'NUM' seconds. Requires *-B*. *-u* 'USERNAME', *--remote-user=*'USERNAME':: -Use this remote 'USERNAME' instead of root. +Use this remote 'USERNAME' instead of the current user. *-U* 'SUDO_USERNAME', *--sudo-user=*'SUDO_USERNAME':: |