From 5bece17d36acca27bde7cbbf8cb1c174a493f911 Mon Sep 17 00:00:00 2001 From: "Jakob L. Kreuze" Date: Fri, 26 Apr 2019 12:34:17 -0400 Subject: Update docstring for `help' --- brisket.hy | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'brisket.hy') 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)) -- cgit v1.3