Commit 659b5a43 authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

-v is now short for --verbose.

parent 8003c124
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -105,7 +105,7 @@ if __FILE__ == $0 then
      output_dir = path
    end

    opts.on('--verbose', "This will fill up your console.") do
    opts.on('-v', '--verbose', "This will fill up your console.") do
      verbose = true
    end