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