diff --git a/inxi b/inxi index 6498bc5..3b68c5a 100755 --- a/inxi +++ b/inxi @@ -680,6 +680,7 @@ show_options() print_screen_output " 4 - Also show partition size/filled data for (if present):/, /home, /var/, /boot" print_screen_output " 5 - For multicore systems, also show per core clock speeds; shows audio card." print_screen_output "-x Show extra data: bogomips on cpu. Only works with verbose or line output." + print_screen_output "" print_screen_output "Additional Options:" print_screen_output "-h - this help menu." if [[ $B_ALLOW_UPDATE == 'true' ]];then @@ -690,6 +691,7 @@ show_options() print_screen_output "-% Overrides defective or corrupted data." print_screen_output "-@ Triggers debugger output. Requires debugging level 1-10." if [[ $1 == 'full' ]];then + print_screen_output "" print_screen_output "Developer and Testing Options (Advanced):" 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."