summaryrefslogtreecommitdiff
path: root/brisket.hy
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-04-26 12:34:17 -0400
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2019-04-26 12:34:17 -0400
commit5bece17d36acca27bde7cbbf8cb1c174a493f911 (patch)
tree775bd0c481e0385cb55ed085746ac11c81d71fc1 /brisket.hy
parentef74951d4cdda3aff051951d1099ff4da16c89ed (diff)
Update docstring for `help'
Diffstat (limited to 'brisket.hy')
-rw-r--r--brisket.hy4
1 files changed, 3 insertions, 1 deletions
diff --git a/brisket.hy b/brisket.hy
index 1489813..0d4a1a6 100644
--- a/brisket.hy
+++ b/brisket.hy
@@ -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))