changed flag to --licenses

This commit is contained in:
Isaac Sloan 2018-02-20 00:26:35 -07:00
parent 80bc515f7e
commit 66e02552eb

View file

@ -8,7 +8,7 @@ module Compiled
end
end
if ARGV[0]? && ARGV[0]? == "--license"
if ARGV[0]? && ARGV[0]? == "--licenses"
puts Compiled::License.display
exit 0
end