Land #4673, screenshot -v hardcoded false fix

This commit is contained in:
William Vu
2015-01-29 19:40:15 -06:00
@@ -150,7 +150,7 @@ class Console::CommandDispatcher::Stdapi::Ui
when "-p"
path = val
when "-v"
view = false if ( val =~ /^(f|n|0)/i )
view = true if ( val =~ /^(t|y|1)/i )
end
}