From 66e02552ebc1e8357b76d4e08877bb2612f3d752 Mon Sep 17 00:00:00 2001 From: Isaac Sloan Date: Tue, 20 Feb 2018 00:26:35 -0700 Subject: [PATCH] changed flag to --licenses --- src/compiled_license.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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