diff options
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+)) |