From f973f31523242f8936ef8b04e3725352dfcadcf5 Mon Sep 17 00:00:00 2001 From: merakor Date: Sat, 7 Aug 2021 21:01:02 +0000 Subject: cpt-alternatives: don't print global options in usage FossilOrigin-Name: 87bc8340a3861754e24933d382adf76c76e22938491c43fce011a2bc7a36ef10 --- src/cpt-alternatives | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3