mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
fix spelling
This commit is contained in:
parent
9795879628
commit
cfcc06a379
2 changed files with 2 additions and 2 deletions
|
@ -42,7 +42,7 @@ The following options may be used with any of the InSpec CLI subcommands:
|
|||
The sudo password, if required.
|
||||
|
||||
``--sudo_command``
|
||||
Altnerate sudo command, if required.
|
||||
Alternate sudo command, if required.
|
||||
|
||||
``-t``, ``--target``
|
||||
The URI for the target of a remote scan, preceded by the target's backend. For example: ``backend://user:pass@host:port``, where ``backend`` is one of ``docker``, ``local``, ``ssh``, or ``winrm``.
|
||||
|
|
|
@ -30,7 +30,7 @@ module Inspec
|
|||
option :sudo_options, type: :string,
|
||||
desc: 'Additional sudo options for a remote scan.'
|
||||
option :sudo_command, type: :string,
|
||||
desc: 'Altnerate command for sudo.'
|
||||
desc: 'Alternate command for sudo.'
|
||||
option :ssl, type: :boolean,
|
||||
desc: 'Use SSL for transport layer encryption (WinRM).'
|
||||
option :self_signed, type: :boolean,
|
||||
|
|
Loading…
Reference in a new issue