summaryrefslogtreecommitdiffstats
path: root/docs/man
diff options
context:
space:
mode:
authorRay <ray@truedays.org>2013-10-31 23:56:52 +0100
committerRay <ray@truedays.org>2013-10-31 23:56:52 +0100
commita66f0462cdf43b47f125f3820e979c863d65218c (patch)
tree8763cacfe8dd0de7251b36bdddb7cfee9fbe3a18 /docs/man
parentMerge pull request #4756 from mscherer/fix_4739 (diff)
downloadansible-a66f0462cdf43b47f125f3820e979c863d65218c.tar.xz
ansible-a66f0462cdf43b47f125f3820e979c863d65218c.zip
minor correction
--remote-user= does not work: ansible: error: no such option: --remote-user --user= does. Updating docs
Diffstat (limited to 'docs/man')
-rw-r--r--docs/man/man1/ansible.1.asciidoc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/man/man1/ansible.1.asciidoc.in b/docs/man/man1/ansible.1.asciidoc.in
index 0f88311d93..b2c59f7816 100644
--- a/docs/man/man1/ansible.1.asciidoc.in
+++ b/docs/man/man1/ansible.1.asciidoc.in
@@ -101,7 +101,7 @@ Run commands in the background, killing the task after 'NUM' seconds.
Poll a background job every 'NUM' seconds. Requires *-B*.
-*-u* 'USERNAME', *--remote-user=*'USERNAME'::
+*-u* 'USERNAME', *--user=*'USERNAME'::
Use this remote 'USERNAME' instead of the current user.