Update manpage to mention -U (--sudo-user).

This commit is contained in:
Michael DeHaan 2012-05-06 18:32:43 -04:00
commit eda2333b24
2 changed files with 14 additions and 3 deletions

View file

@ -101,6 +101,10 @@ Poll a background job every 'NUM' seconds. Requires *-B*.
Use this remote 'USERNAME' instead of root.
*-U* 'SUDO_USERNAME', *--sudo-user=*'SUDO_USERNAME'::
Sudo to 'SUDO_USERNAME' instead of root. Implies --sudo.
*-c* 'CONNECTION', *--connection=*'CONNECTION'::
Connection type to use. Possible options are 'paramiko' (SSH) and 'local'.