bin/bluepill in sumskyi-bluepill-0.0.42.0 vs bin/bluepill in sumskyi-bluepill-0.0.42.1

- old
+ new

@@ -26,12 +26,12 @@ end opts.on("--[no-]privileged", "Allow/disallow to run #{$0} as non-privileged process. disallowed by default") do |v| options[:privileged] = v end - - opts.on('-t', '--timeout', "Timeout for commands sent to the daemon, in seconds. Defaults to 10.") do |timeout| - options[:timeout] = Integer(timeout) + + opts.on('-t', '--timeout Seconds', Integer, "Timeout for commands sent to the daemon, in seconds. Defaults to 10.") do |timeout| + options[:timeout] = timeout end help = proc do puts opts puts