summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-09-27 00:21:17 +0530
committerArun Isaac2021-09-27 00:36:34 +0530
commit8154f47718e98dcbdba8d4d9db0b8d79fca03f57 (patch)
tree98aafbface5e3093c524d4e945d5a45a2080ee0e
parentc94060e269215c31b5dcba5c06e4c483c96f552e (diff)
downloadgn-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-xgnbug2
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