summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-09-27 00:23:26 +0530
committerArun Isaac2021-09-27 00:36:34 +0530
commit54127be75fefeab5d7132315cdd6bedb306f5c9f (patch)
tree4e754b921d254702258ac13f44eb90432edae991
parent8154f47718e98dcbdba8d4d9db0b8d79fca03f57 (diff)
downloadgn-gemtext-54127be75fefeab5d7132315cdd6bedb306f5c9f.tar.gz
gnbug: Support short option -h for --help.
* gnbug (main): Support short option -h as an alias for --help.
-rwxr-xr-xgnbug2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnbug b/gnbug
index f79d529..fbd3c50 100755
--- a/gnbug
+++ b/gnbug
@@ -456,7 +456,7 @@ To get usage information for one of these sub-commands, run
(define main
(match-lambda*
- ((_ "--help")
+ ((_ (or "-h" "--help"))
(print-usage))
((_ command args ...)
(apply (match command