diff options
| author | Arun Isaac | 2021-09-27 00:21:17 +0530 |
|---|---|---|
| committer | Arun Isaac | 2021-09-27 00:36:34 +0530 |
| commit | 8154f47718e98dcbdba8d4d9db0b8d79fca03f57 (patch) | |
| tree | 98aafbface5e3093c524d4e945d5a45a2080ee0e | |
| parent | c94060e269215c31b5dcba5c06e4c483c96f552e (diff) | |
| download | gn-gemtext-8154f47718e98dcbdba8d4d9db0b8d79fca03f57.tar.gz | |
gnbug: Unbind command variable.
The command variable is not used. Besides, it is easy to confuse it with the sub-commands. * gnbug (main): Unbind command variable.
| -rwxr-xr-x | gnbug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnbug b/gnbug index 3810ac9..f79d529 100755 --- a/gnbug +++ b/gnbug @@ -456,7 +456,7 @@ To get usage information for one of these sub-commands, run (define main (match-lambda* - ((command "--help") + ((_ "--help") (print-usage)) ((_ command args ...) (apply (match command |
