From ef6a1c8c1764eb73060a0dfbd970c419aa7edf50 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 19 Nov 2008 20:32:11 +0000 Subject: [PATCH] (No Version Change) Help menu tweak, don't worry about this one. --- inxi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inxi b/inxi index 50672b4..6498bc5 100755 --- a/inxi +++ b/inxi @@ -691,9 +691,9 @@ show_options() print_screen_output "-@ Triggers debugger output. Requires debugging level 1-10." if [[ $1 == 'full' ]];then print_screen_output "Developer and Testing Options (Advanced):" - print_screen_output "-! 1 - Sets default B_TESTING_1='true' to trigger testing condition 1." - print_screen_output "-! 2 - Sets default B_TESTING_2='true' to trigger testing condition 2." - print_screen_output "-! 3 - Sets B_TESTING_1='true' and B_TESTING_2='true'." + print_screen_output "-! 1 - Sets testing flag B_TESTING_1='true' to trigger testing condition 1." + print_screen_output "-! 2 - Sets testing flag B_TESTING_2='true' to trigger testing condition 2." + print_screen_output "-! 3 - Sets flags B_TESTING_1='true' and B_TESTING_2='true'." print_screen_output "-! 10 - Triggers an update from the primary dev download server instead of svn." print_screen_output "-! 11 - Triggers an update from svn branch one - if present, of course." print_screen_output "-! 12 - Triggers an update from svn branch two - if present, of course."