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/draft.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/draft.lisp') diff --git a/app/draft.lisp b/app/draft.lisp index b8cb0e6..b3ca67c 100644 --- a/app/draft.lisp +++ b/app/draft.lisp @@ -33,7 +33,7 @@ (defun draft/test/command () (cli:make-command :name "test" - :usage " [ARG ...]" + :usage "[options] [ARG ...]" :description "runs a draft oneliner, same options as `ol run`" :options (run/options) :handler #'draft/test/handler)) -- cgit v1.2.3