diff options
author | Colin Okay <colin@cicadas.surf> | 2022-08-09 10:18:03 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-08-09 10:18:03 -0500 |
commit | 33798548a62ca1610252a583875690e94c8619f6 (patch) | |
tree | d9924d25c2f63acc30daa1ee68a77a3a8e76758d /app/search.lisp | |
parent | e955869d2868a8cf867db44aad53534a92e10b92 (diff) |
[change] some the useage statements for cli interface
Diffstat (limited to 'app/search.lisp')
-rw-r--r-- | app/search.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/search.lisp b/app/search.lisp index df30526..0cd454c 100644 --- a/app/search.lisp +++ b/app/search.lisp @@ -83,6 +83,7 @@ (cli:make-command :name "search" :description "search for oneliners with provided tags" + :usage "[options] [term ...]" :options (search/options) :handler #'search/handler :examples +search/examples+)) |