From b847ea03881e8ac3b6475cbf6c58b2236ec26577 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sat, 5 Mar 2022 15:31:21 -0600 Subject: renamed "view" option to "show" --- build-app.lisp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build-app.lisp') 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 -- cgit v1.2.3