(No Version Change)

Help menu tweak, don't worry about this one.
This commit is contained in:
inxi-svn 2008-11-19 20:32:11 +00:00
parent 9b6b627cbb
commit ef6a1c8c17

6
inxi
View file

@ -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."