mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
(No Version Change)
Help menu tweak, don't worry about this one.
This commit is contained in:
parent
9b6b627cbb
commit
ef6a1c8c17
6
inxi
6
inxi
|
@ -691,9 +691,9 @@ show_options()
|
||||||
print_screen_output "-@ Triggers debugger output. Requires debugging level 1-10."
|
print_screen_output "-@ Triggers debugger output. Requires debugging level 1-10."
|
||||||
if [[ $1 == 'full' ]];then
|
if [[ $1 == 'full' ]];then
|
||||||
print_screen_output "Developer and Testing Options (Advanced):"
|
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 "-! 1 - Sets testing flag 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 "-! 2 - Sets testing flag 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 "-! 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 "-! 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 "-! 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."
|
print_screen_output "-! 12 - Triggers an update from svn branch two - if present, of course."
|
||||||
|
|
Loading…
Reference in a new issue