diff options
author | Colin Okay <okay@toyful.space> | 2022-02-12 10:00:35 -0600 |
---|---|---|
committer | Colin Okay <okay@toyful.space> | 2022-02-12 10:00:35 -0600 |
commit | 9b4633b5af1e12d84e45eb00895fe99df4247196 (patch) | |
tree | eaf124f7a80a20901e89bf92a65f45110dd016fe | |
parent | affb8c35224ba56f5f7fbd363f0755520f5c305f (diff) |
changed name of help text function
-rw-r--r-- | src/main.lisp | 2 |
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" |