aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-15 16:33:56 -0500
committerColin Okay <okay@toyful.space>2022-03-15 16:33:56 -0500
commit2cf6a9883b59fe27fc6cd4888261416a2e929be3 (patch)
tree634606bf2cc5d2353ee18c479414540c36102bc6
parent3a19876d855ec8d2279293892e24716b28c4b48a (diff)
fixed odd help printout on `ol help`
-rw-r--r--app/app.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/app.lisp b/app/app.lisp
index 93181a8..c9372c8 100644
--- a/app/app.lisp
+++ b/app/app.lisp
@@ -275,7 +275,7 @@ than the users."
(ecase (a:make-keyword (string-upcase command))
(:help
(princ #\newline)
- (help-topic (first args)))
+ (help-topic (or (first args) "help")))
(:search
(cond
;; if there are args, use them as search terms