Skip to content

Commit

Permalink
github-markup: display basename instead of entire $0
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed Nov 27, 2017
1 parent 0e61227 commit 367e439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/github-markup
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift File.dirname(File.realpath(__FILE__)) + "/../lib"
require 'github/markup'

if ARGV.size < 1
print "usage: #$0 FILE [ FILES ... ]\n"
print "usage: #{File.basename($0)} FILE [ FILES ... ]\n"
exit 1
end

Expand Down

0 comments on commit 367e439

Please sign in to comment.