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/run.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/run.lisp') 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 " [ARG ...]" + :usage "[options] [arg ...]" :description "run the identified oneliner with any arguments it might take" :options (run/options) :handler #'run/handler -- cgit v1.2.3