]> git.corax.cc Git - toolbox/commitdiff
include/opt: Rename --shush argument to --quiet
authorMatthias Kruk <m@m10k.eu>
Mon, 19 Apr 2021 00:00:42 +0000 (09:00 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 19 Apr 2021 00:00:42 +0000 (09:00 +0900)
It is more common to use -q or --quiet to make commandline utilities
emit less output. This commit renames the -w/--shush argument to -q/
--quiet to follow that convention.

include/opt.sh

index 1a612ed68530a60a59583aafc472e56e2b99ca9b..a65450260585baebe00acb32b210055ef3930ca4 100644 (file)
@@ -26,7 +26,7 @@ __init() {
        opt_add_arg "v" "verbose" "" 0 \
                    "Be more verbose" \
                    log_increase_verbosity
-       opt_add_arg "w" "shush" "" 0 \
+       opt_add_arg "q" "quiet" "" 0 \
                    "Be less verbose" \
                    log_decrease_verbosity