Skip to content

Commit

Permalink
Add '\n' in binary usage
Browse files Browse the repository at this point in the history
  • Loading branch information
quark-zju committed Dec 9, 2011
1 parent 86c3abd commit b628d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/unshorten
Expand Up @@ -3,7 +3,7 @@
require 'unshorten'

if ARGV.empty?
STDERR << 'USAGE: unshorten URL'
STDERR << "USAGE: unshorten URL\n"
else
ARGV.each { |a| puts Unshorten[a] }
end
Expand Down

0 comments on commit b628d50

Please sign in to comment.