diff --git a/inxi b/inxi index a1f8f30..c6c0a08 100755 --- a/inxi +++ b/inxi @@ -57,7 +57,7 @@ ######################################################################## #### TESTING FLAGS #### inxi supports advanced testing triggers to do various things, using -! -#### -! 1 - triggers default B_TESTING_FLAG='true' to trigger some test or other +#### -! 1 - triggers default B_TESTING_1='true' to trigger some test or other #### -! 2 - triggers an update from the primary dev download server instead of svn #### -! 3 - triggers an update from svn branch one - if present, of course #### -! 4 - triggers an update from svn branch two - if present, of course @@ -119,7 +119,7 @@ B_SHOW_PARTITIONS='false' B_SHOW_SHORT_OUTPUT='false' B_SHOW_SYSTEM='false' # triggers various debugging and new option testing -B_TESTING_FLAG='false' +B_TESTING_1='false' # Test for X running B_X_RUNNING='false' if [[ -n $DISPLAY ]];then @@ -593,7 +593,7 @@ get_parameters() ;; !) # test for various supported methods case $OPTARG in - 1) B_TESTING_FLAG='true' + 1) B_TESTING_1='true' ;; 2) script_self_updater "$SCRIPT_DOWNLOAD_DEV" 'dev server' ;;