aboutsummaryrefslogtreecommitdiff
path: root/app/run.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'app/run.lisp')
-rw-r--r--app/run.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/run.lisp b/app/run.lisp
index 16dbde6..ccaf246 100644
--- a/app/run.lisp
+++ b/app/run.lisp
@@ -39,7 +39,7 @@
(defun run/command ()
(cli:make-command
:name "run"
- :usage "<IDENTIFIER> [ARG ...]"
+ :usage "[options] <identifier> [arg ...]"
:description "run the identified oneliner with any arguments it might take"
:options (run/options)
:handler #'run/handler