about summary refs log tree commit diff stats
path: root/lib/Octans/CLI.rakumod
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Octans/CLI.rakumod')
-rw-r--r--lib/Octans/CLI.rakumod2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Octans/CLI.rakumod b/lib/Octans/CLI.rakumod
index 1c1f0cc..ee7c5c7 100644
--- a/lib/Octans/CLI.rakumod
+++ b/lib/Octans/CLI.rakumod
@@ -100,5 +100,5 @@ multi sub MAIN (
 ) { say "Octans v" ~ $?DISTRIBUTION.meta<version>; }
 
 multi sub MAIN (
-    Bool :$help #= print help
+    Bool :h($help) #= print help
 ) { USAGE(); exit; }