diff options
author | Ray <ray@truedays.org> | 2013-10-31 23:56:52 +0100 |
---|---|---|
committer | Ray <ray@truedays.org> | 2013-10-31 23:56:52 +0100 |
commit | a66f0462cdf43b47f125f3820e979c863d65218c (patch) | |
tree | 8763cacfe8dd0de7251b36bdddb7cfee9fbe3a18 /docs/man | |
parent | Merge pull request #4756 from mscherer/fix_4739 (diff) | |
download | ansible-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.in | 2 |
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. |