about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorArun Isaac2026-06-20 11:02:08 +0100
committerArun Isaac2026-06-20 11:02:08 +0100
commitf96a98d04ee459256ee768332cd1896efd57b231 (patch)
treedd82df091d5d8b87dbd23fb29626425601e6ca05 /scripts
parent927a339c6e870c51ee3c67b942daf4804ac4cadc (diff)
downloadccwl-f96a98d04ee459256ee768332cd1896efd57b231.tar.gz
ccwl-f96a98d04ee459256ee768332cd1896efd57b231.tar.lz
ccwl-f96a98d04ee459256ee768332cd1896efd57b231.zip
scripts: Do no accept argument with --help.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ccwl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ccwl b/scripts/ccwl
index 1c940cd..ce1dfd1 100755
--- a/scripts/ccwl
+++ b/scripts/ccwl
@@ -43,7 +43,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@"
   (error "Invalid option" name))
 
 (define %help-option
-  (option (list #\h "help") #f #t
+  (option (list #\h "help") #f #f
           (lambda (opt name arg result)
             (acons 'help #t result))))