aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2021-08-07 21:01:02 +0000
committermerakor <cem@ckyln.com>2021-08-07 21:01:02 +0000
commitf973f31523242f8936ef8b04e3725352dfcadcf5 (patch)
treec3a3e5fed18a7cdcbf6073c22972e8d74ec5608a
parent5edc00087343c9f1af7f345b86914c1f0fa94bfd (diff)
downloadcpt-f973f31523242f8936ef8b04e3725352dfcadcf5.tar.gz
cpt-alternatives: don't print global options in usage
FossilOrigin-Name: 87bc8340a3861754e24933d382adf76c76e22938491c43fce011a2bc7a36ef10
-rwxr-xr-xsrc/cpt-alternatives2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpt-alternatives b/src/cpt-alternatives
index c4c7726..3c98753 100755
--- a/src/cpt-alternatives
+++ b/src/cpt-alternatives
@@ -3,7 +3,7 @@
parser_definition() {
setup REST help:usage -- "usage: ${0##*/} [-] [package file]"
- global_options
+ global_options silent
}
if [ -f ./cpt-lib ]; then . ./cpt-lib; else . cpt-lib; fi