aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-02-12 10:00:35 -0600
committerColin Okay <okay@toyful.space>2022-02-12 10:00:35 -0600
commit9b4633b5af1e12d84e45eb00895fe99df4247196 (patch)
treeeaf124f7a80a20901e89bf92a65f45110dd016fe /src
parentaffb8c35224ba56f5f7fbd363f0755520f5c305f (diff)
changed name of help text function
Diffstat (limited to 'src')
-rw-r--r--src/main.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.lisp b/src/main.lisp
index e4916b7..6c64ce2 100644
--- a/src/main.lisp
+++ b/src/main.lisp
@@ -47,7 +47,7 @@ E.g.
# run the third result from the last search with arguments foo and bar
ol 3 foo bar")
-(defun print-help ()
+(defun help-text ()
(opts:describe :prefix "Oneliners Wiki Command Line Tool"
:args "[[RESULT ARGS | COMMANDS]"
:usage-of "ol"