diff options
Diffstat (limited to 'src')
-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" |