fix spelling

This commit is contained in:
Jeremy J. Miller 2016-05-15 11:04:23 -04:00
parent 9795879628
commit cfcc06a379
2 changed files with 2 additions and 2 deletions

View file

@ -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``.

View file

@ -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,