mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 08:57:57 +00:00
comments tweak
This commit is contained in:
parent
50e0c9ec35
commit
a197f7dd0b
4
inxi
4
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"
|
||||
|
|
Loading…
Reference in a new issue