mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
bugfix: backend description for local + docker
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
4e12a931d5
commit
675f8fa117
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class VulcanoCLI < Thor
|
|||
option :target, aliases: :t, type: :string, default: nil,
|
||||
desc: 'Simple targeting option using URIs, e.g. ssh://user:pass@host:port'
|
||||
option :backend, aliases: :b, type: :string, default: nil,
|
||||
desc: 'Choose a backend: exec (run locally), ssh, winrm.'
|
||||
desc: 'Choose a backend: local, ssh, winrm, docker.'
|
||||
option :host, type: :string,
|
||||
desc: 'Specify a remote host which is tested.'
|
||||
option :port, type: :numeric,
|
||||
|
|
Loading…
Reference in a new issue