From 9b4633b5af1e12d84e45eb00895fe99df4247196 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 12 Feb 2022 10:00:35 -0600 Subject: changed name of help text function --- src/main.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3