aboutsummaryrefslogtreecommitdiff
path: root/app/draft.lisp
diff options
context:
space:
mode:
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))