From: Matthias Kruk Date: Mon, 19 Apr 2021 00:00:42 +0000 (+0900) Subject: include/opt: Rename --shush argument to --quiet X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=ff9c01d9daf70732400f90e92521e7c84a840978;p=toolbox include/opt: Rename --shush argument to --quiet 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. --- diff --git a/include/opt.sh b/include/opt.sh index 1a612ed..a654502 100644 --- a/include/opt.sh +++ b/include/opt.sh @@ -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