minor correction

Same doc-typo (confirmed) as https://github.com/ansible/ansible/pull/4759

--remote-user  *should be*  --user
This commit is contained in:
Ray 2013-10-31 19:29:46 -05:00
commit b5266a562d

View file

@ -105,7 +105,7 @@ Connection timeout to use when trying to talk to hosts, in 'SECONDS'.
Force all plays to use sudo, even if not marked as such. Force all plays to use sudo, even if not marked as such.
*-u* 'USERNAME', *--remote-user=*'USERNAME':: *-u* 'USERNAME', *--user=*'USERNAME'::
Use this remote user name on playbook steps that do not indicate a Use this remote user name on playbook steps that do not indicate a
user name to run as. user name to run as.