From 33798548a62ca1610252a583875690e94c8619f6 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Tue, 9 Aug 2022 10:18:03 -0500 Subject: [change] some the useage statements for cli interface --- app/search.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'app/search.lisp') 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+)) -- cgit v1.2.3