diff options
-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 |