Tweak a variable name & help string
This commit is contained in:
parent
72b609f0a6
commit
e646df5655
|
@ -16,9 +16,9 @@ module Vagrant
|
|||
end
|
||||
opts.on(
|
||||
"-p",
|
||||
"Act like plain old 'ssh <my vm>', no extra flags"
|
||||
) do |c|
|
||||
options[:port_only] = c
|
||||
"Act more like vanilla 'ssh <vm>'"
|
||||
) do |p|
|
||||
options[:port_only] = p
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue