From 449bb487d1d87c29a2e03a044bb171f96a872fef Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 26 May 2011 22:15:27 +0000 Subject: [PATCH] cleaned up help menu --- inxi | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/inxi b/inxi index 2758360..70e99e3 100755 --- a/inxi +++ b/inxi @@ -1819,11 +1819,15 @@ show_options() print_screen_output " " print_screen_output "Debugging Options:" print_screen_output "-% Overrides defective or corrupted data." - print_screen_output "-@ Triggers debugger output. Requires debugging level 1-10 (8-10 - logging)." - print_screen_output " 8 - basic logging; 9 - full file/sys info logging; 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." + 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 " 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." if [[ $1 == 'full' ]];then print_screen_output " " print_screen_output "Developer and Testing Options (Advanced):"