diff options
author | Arun Isaac | 2021-09-27 00:23:26 +0530 |
---|---|---|
committer | Arun Isaac | 2021-09-27 00:36:34 +0530 |
commit | 54127be75fefeab5d7132315cdd6bedb306f5c9f (patch) | |
tree | 4e754b921d254702258ac13f44eb90432edae991 | |
parent | 8154f47718e98dcbdba8d4d9db0b8d79fca03f57 (diff) | |
download | gn-gemtext-54127be75fefeab5d7132315cdd6bedb306f5c9f.tar.gz |
gnbug: Support short option -h for --help.
* gnbug (main): Support short option -h as an alias for --help.
-rwxr-xr-x | gnbug | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |