adjust documentation for api change to --sudo

This commit is contained in:
Dominik Richter 2015-11-01 16:07:09 +01:00
parent 2b7f4040e7
commit 00e2d800e4

View file

@ -11,8 +11,8 @@ The following options may be used with any of the InSpec CLI subcommands:
``-b``, ``--backend`` ``-b``, ``--backend``
Specify the backend. Possible values: ``local`` (default), ``ssh``, ``winrm``, or ``docker``. Specify the backend. Possible values: ``local`` (default), ``ssh``, ``winrm``, or ``docker``.
``--disable_sudo`` ``--sudo``
Use to prevent remote scanning via sudo. Default value: ``false``. Run scans with sudo. Only activates on Unix and non-root user. Default value: ``false``.
``--host`` ``--host``
The remote host to be tested. The remote host to be tested.