From a66f0462cdf43b47f125f3820e979c863d65218c Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 31 Oct 2013 17:56:52 -0500 Subject: [PATCH] minor correction --remote-user= does not work: ansible: error: no such option: --remote-user --user= does. Updating docs --- docs/man/man1/ansible.1.asciidoc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.