From f96a98d04ee459256ee768332cd1896efd57b231 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 20 Jun 2026 11:02:08 +0100 Subject: scripts: Do no accept argument with --help. --- scripts/ccwl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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)))) -- cgit 1.4.1