diff options
| -rw-r--r-- | brisket.hy | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -16,7 +16,9 @@ "list-groups"]) (defn help [&rest args] - "Display the documentation for a command to stdout." + "Display the documentation for a command to stdout. + +usage: help [command]" (unless (= (len args) 1) (err (.format "usage: help [command]")) (return)) |