зеркало из https://github.com/github/markup.git
Merge pull request #1131 from github/display_base_executable_name
github-markup: display basename instead of entire $0
This commit is contained in:
Коммит
00c6b8cff0
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче