bin/gitcp in my_scripts-0.0.3 vs bin/gitcp in my_scripts-0.0.4
- old
+ new
@@ -1,10 +1,9 @@
#!/usr/bin/env ruby
# Show usage message and exit
def usage
- puts "Usage:
- #{__FILE__} [bump] Commit message goes here"
+ puts "Usage: #{__FILE__} [bump] Commit message goes here"
exit 1
end
usage if ARGV.empty?
\ No newline at end of file