diff options
Diffstat (limited to 'build-app.lisp')
-rw-r--r-- | build-app.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build-app.lisp b/build-app.lisp index dd70322..adf8c08 100644 --- a/build-app.lisp +++ b/build-app.lisp @@ -119,7 +119,7 @@ export EDITOR=/usr/bin/zile :description "Like --run, but puts the oneliner into the clipboard.")) (text :contents " ") (group (:header "OTHER OPTIONS") - (flag :long-name "view" + (flag :long-name "show" :description "View all information for the oneliner given by NAME or ID") (lispobj :long-name "timeout" :argument-type :optional @@ -262,7 +262,7 @@ than the users." (cli::unlock-item id-or-name )) ((getopt :long-name "edit") (cli::edit-item id-or-name )) - ((getopt :long-name "view") + ((getopt :long-name "show") (cli::print-item-explanation id-or-name)) ((getopt :long-name "clip") (cli::run-item id-or-name args |