comments tweak

This commit is contained in:
inxi-svn 2008-11-01 23:29:22 +00:00
parent 50e0c9ec35
commit a197f7dd0b

4
inxi
View file

@ -104,9 +104,9 @@ PARAMETER_LIMIT=30
SCHEME=0 # set default scheme 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=1 to avoid showing the irc client version number, or SHOW_IRC=0 to disable client information completely.
SHOW_IRC=2 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 VERBOSITY_LEVEL=0
# Supported number of verbosity levels # Supported number of verbosity levels, including 0
VERBOSITY_LEVELS=5 VERBOSITY_LEVELS=5
# Clear nullglob, because it creates unpredictable situations with IFS=$'\n' ARR=($VAR) IFS="$OIFS" # Clear nullglob, because it creates unpredictable situations with IFS=$'\n' ARR=($VAR) IFS="$OIFS"