aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Okay <okay@toyful.space>2022-03-05 15:31:41 -0600
committerColin Okay <okay@toyful.space>2022-03-05 15:31:41 -0600
commit5af85e877f2648f95de882ac0dcffea5f0829c81 (patch)
tree518c347994ad235a5468c9136d098d9a64e6dbcd
parenta162996f8979f2290e1a70d68d4d9ca9cbee2537 (diff)
parentb847ea03881e8ac3b6475cbf6c58b2236ec26577 (diff)
Merge branch 'improvement-13-rename-view-show' into rc-alpha-0.6
-rw-r--r--build-app.lisp4
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