From 8154f47718e98dcbdba8d4d9db0b8d79fca03f57 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 27 Sep 2021 00:21:17 +0530 Subject: 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. --- gnbug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3