diff options
author | merakor <cem@ckyln.com> | 2021-08-07 21:01:02 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2021-08-07 21:01:02 +0000 |
commit | f973f31523242f8936ef8b04e3725352dfcadcf5 (patch) | |
tree | c3a3e5fed18a7cdcbf6073c22972e8d74ec5608a | |
parent | 5edc00087343c9f1af7f345b86914c1f0fa94bfd (diff) | |
download | cpt-f973f31523242f8936ef8b04e3725352dfcadcf5.tar.gz |
cpt-alternatives: don't print global options in usage
FossilOrigin-Name: 87bc8340a3861754e24933d382adf76c76e22938491c43fce011a2bc7a36ef10
-rwxr-xr-x | src/cpt-alternatives | 2 |
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 |