diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ccwl | 2 |
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)))) |
