Update ansible.1.asciidoc.in (#18464)

* Update ansible.1.asciidoc.in

fix typo to match ansible --help
--su-user and not --se-user

* Update ansible.1.asciidoc.in
This commit is contained in:
Samuel Boucher 2016-11-11 08:58:19 -05:00 committed by Brian Coca
parent 80af461178
commit b17149f3bf

View file

@ -140,7 +140,7 @@ Use this file to authenticate the connection.
Run operations with su (deprecated, use become).
*-R* 'SU_USER', *--se-user=*'SUDO_USER'::
*-R* 'SU_USER', *--su-user=*'SU_USER'::
Run operations with su as this user (default=root) (deprecated, use become).