bugfix: backend description for local + docker

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
Dominik Richter 2015-09-22 12:03:34 +02:00
parent 4e12a931d5
commit 675f8fa117

View file

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