diff --git a/inxi b/inxi index 70e99e3..fa22e5c 100755 --- a/inxi +++ b/inxi @@ -1822,9 +1822,9 @@ show_options() print_screen_output "-@ Triggers debugger output. Requires debugging level 1-13 (8-10 - logging). Less than 8 just triggers" print_screen_output " $SCRIPT_NAME debugger output on screen." print_screen_output " 1-7 - On screen debugger output" - print_screen_output " 8 - basic logging" - print_screen_output " 9 - full file/sys info logging" - print_screen_output " 10 - color logging." + print_screen_output " 8 - Basic logging" + print_screen_output " 9 - Full file/sys info logging" + print_screen_output " 10 - Color logging." print_screen_output " 11 - No logging, creates tar.gz file of user data from lsusb/lspci/sensors, xiin read of /sys." print_screen_output " 12 - No logging, creates tar.gz file of user data from lsusb/lspci/sensors, xorg data, glxinfo etc." print_screen_output " 13 - No logging, creates tar.gz file of user data from lsusb/lspci/sensors, dev, disks, partitions etc."