changed flag to --licenses
This commit is contained in:
parent
80bc515f7e
commit
66e02552eb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Compiled
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if ARGV[0]? && ARGV[0]? == "--license"
|
if ARGV[0]? && ARGV[0]? == "--licenses"
|
||||||
puts Compiled::License.display
|
puts Compiled::License.display
|
||||||
exit 0
|
exit 0
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue