From a197f7dd0bc9c054c3c639436158220d111ce3bf Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sat, 1 Nov 2008 23:29:22 +0000 Subject: [PATCH] comments tweak --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"