From e646df5655950c2167e0dc9b9a6151fb3c6a7039 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 4 Jan 2012 12:46:26 -0800 Subject: [PATCH] Tweak a variable name & help string --- lib/vagrant/command/ssh.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/vagrant/command/ssh.rb b/lib/vagrant/command/ssh.rb index 16382d02a..f96d073f6 100644 --- a/lib/vagrant/command/ssh.rb +++ b/lib/vagrant/command/ssh.rb @@ -16,9 +16,9 @@ module Vagrant end opts.on( "-p", - "Act like plain old 'ssh ', no extra flags" - ) do |c| - options[:port_only] = c + "Act more like vanilla 'ssh '" + ) do |p| + options[:port_only] = p end end