about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbin/ravanan4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ravanan b/bin/ravanan
index 2cb05e2..5262c4c 100755
--- a/bin/ravanan
+++ b/bin/ravanan
@@ -3,7 +3,7 @@
 exec guile --no-auto-compile -e main -s "$0" "$@"
 !#
 ;;; ravanan --- High-reproducibility CWL runner powered by Guix
-;;; Copyright © 2024, 2025 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2024–2026 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of ravanan.
 ;;;
@@ -103,7 +103,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@"
                 (lambda (opt name arg result)
                   (acons 'quiet arg
                          result)))
-        (option (list "help") #f #t
+        (option (list #\h "help") #f #t
                 (lambda (opt name arg result)
                   (acons 'help #t result)))
         (option (list "version") #f #f