bin/deputy in deputy-0.1.0 vs bin/deputy in deputy-0.1.1
- old
+ new
@@ -8,10 +8,10 @@
OptionParser.new do |opts|
opts.banner = <<BANNER
Report to the sheriff
Usage:
- deputy /System.metric/value
+ deputy System.metric value
Options:
BANNER
opts.on("-h", "--help","Show this.") { puts opts; exit }
opts.on('-v', '--version','Show Version'){ puts Deputy::VERSION; exit}
\ No newline at end of file