mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix minor typo (#2319)
Amazingly doesn't appear anywhere else in the codebase from a brief search. Obvious fix.
This commit is contained in:
parent
03099d51dc
commit
a1672dac28
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ InSpec), you can use the `-t` flag. We support connecting using ssh,
|
|||
WinRm and docker. If no target is provided, we implicitly support the
|
||||
"local" target - i.e. tests running on the current machine running
|
||||
InSpec. For an ssh connection, use `-i` for specifying ssh key files,
|
||||
and the `--sudo*` commands for requesting a privelege escalation after
|
||||
and the `--sudo*` commands for requesting a privilege escalation after
|
||||
logging in. For a WinRM connection, use `--path` to change the login
|
||||
path, `--ssl` to use SSL for transport layer encryption.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue