aboutsummaryrefslogtreecommitdiff
path: root/app/draft.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-08-09 10:18:03 -0500
committerColin Okay <colin@cicadas.surf>2022-08-09 10:18:03 -0500
commit33798548a62ca1610252a583875690e94c8619f6 (patch)
treed9924d25c2f63acc30daa1ee68a77a3a8e76758d /app/draft.lisp
parente955869d2868a8cf867db44aad53534a92e10b92 (diff)
[change] some the useage statements for cli interface
Diffstat (limited to 'app/draft.lisp')
-rw-r--r--app/draft.lisp2
1 files changed, 1 insertions, 1 deletions
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 "<DRAFT> [ARG ...]"
+ :usage "[options] <draft-name> [ARG ...]"
:description "runs a draft oneliner, same options as `ol run`"
:options (run/options)
:handler #'draft/test/handler))