From 71525e1d9b452b885e2be34cebdf807b8b2a2c1b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 24 Mar 2026 19:55:08 +0000 Subject: scripts: Treat -h the same as --help. Change-Id: I5741f74ccaa9ff36765d8c81b7bae9bcdccdc0c7 --- scripts/ccwl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/ccwl b/scripts/ccwl index fbd549d..a8b690b 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -3,7 +3,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@" !# ;;; ccwl --- Concise Common Workflow Language -;;; Copyright © 2021–2025 Arun Isaac +;;; Copyright © 2021–2026 Arun Isaac ;;; ;;; This file is part of ccwl. ;;; @@ -46,7 +46,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@" (error "Invalid argument" arg)) (define %help-option - (option (list "help") #f #t + (option (list #\h "help") #f #t (lambda (opt name arg result) (acons 'help #t result)))) -- cgit 1.4.1