diff --git a/inxi b/inxi index 651ed17..a6f224f 100755 --- a/inxi +++ b/inxi @@ -104,9 +104,9 @@ PARAMETER_LIMIT=30 SCHEME=0 # set default scheme # SHOW_IRC=1 to avoid showing the irc client version number, or SHOW_IRC=0 to disable client information completely. SHOW_IRC=2 -# Verbosity level defaults to 0, this can also be set with -v, -v2, -v3, etc as a parameter. +# Verbosity level defaults to 0, this can also be set with -v0, -v2, -v3, etc as a parameter. VERBOSITY_LEVEL=0 -# Supported number of verbosity levels +# Supported number of verbosity levels, including 0 VERBOSITY_LEVELS=5 # Clear nullglob, because it creates unpredictable situations with IFS=$'\n' ARR=($VAR) IFS="$OIFS"