diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-26 12:34:17 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-04-26 12:34:17 -0400 |
| commit | 5bece17d36acca27bde7cbbf8cb1c174a493f911 (patch) | |
| tree | 775bd0c481e0385cb55ed085746ac11c81d71fc1 /brisket.hy | |
| parent | ef74951d4cdda3aff051951d1099ff4da16c89ed (diff) | |
Update docstring for `help'
Diffstat (limited to 'brisket.hy')
| -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)) |