diff --git a/src/compiled_license.cr b/src/compiled_license.cr index 092d616..bd3852a 100644 --- a/src/compiled_license.cr +++ b/src/compiled_license.cr @@ -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