help menu updated to show -xx for -@ 11-14

This commit is contained in:
inxi-svn 2011-06-21 22:54:53 +00:00
parent 34450f3940
commit 3e77dc619f

4
inxi
View file

@ -3,7 +3,7 @@
#### Script Name: inxi #### Script Name: inxi
#### version: 1.7.6 #### version: 1.7.6
#### Date: June 21 2011 #### Date: June 21 2011
#### Patch Number: 01 #### Patch Number: 02
######################################################################## ########################################################################
#### SPECIAL THANKS #### SPECIAL THANKS
######################################################################## ########################################################################
@ -2122,6 +2122,7 @@ show_options()
print_screen_output " -t - Adds memory use output to cpu (-xt c), and cpu use to memory (-xt m)." print_screen_output " -t - Adds memory use output to cpu (-xt c), and cpu use to memory (-xt m)."
print_screen_output "-xx Show extra, extra data (only works with verbose or line output, not short form): " print_screen_output "-xx Show extra, extra data (only works with verbose or line output, not short form): "
print_screen_output " -M - Adds chassis information, if any data for that is available." print_screen_output " -M - Adds chassis information, if any data for that is available."
print_screen_output " -xx -@ <11-14> - Automatically uploads debugger data tar.gz file to ftp.techpatterns.com."
print_screen_output "-z Adds security filters for IP addresses, Mac, and user home directory name. Default on for irc clients." print_screen_output "-z Adds security filters for IP addresses, Mac, and user home directory name. Default on for irc clients."
print_screen_output "-Z Absolute override for output filters. Useful for debugging networking issues in irc for example." print_screen_output "-Z Absolute override for output filters. Useful for debugging networking issues in irc for example."
print_screen_output " " print_screen_output " "
@ -2145,6 +2146,7 @@ show_options()
print_screen_output " 9 - Full file/sys info logging" print_screen_output " 9 - Full file/sys info logging"
print_screen_output " 10 - Color logging." print_screen_output " 10 - Color logging."
print_screen_output " The following create a tar.gz file of system data, plus collecting the inxi output to file:" print_screen_output " The following create a tar.gz file of system data, plus collecting the inxi output to file:"
print_screen_output " To automatically upload debugger data tar.gz file to ftp.techpatterns.com: inxi -xx@ <11-14>"
print_screen_output " 11 - With data file of xiin read of /sys." print_screen_output " 11 - With data file of xiin read of /sys."
print_screen_output " 12 - With xorg conf and log data, xrandr, xprop, xdpyinfo, glxinfo etc." print_screen_output " 12 - With xorg conf and log data, xrandr, xprop, xdpyinfo, glxinfo etc."
print_screen_output " 13 - With data from dev, disks, partitions, etc., plus xiin data file." print_screen_output " 13 - With data from dev, disks, partitions, etc., plus xiin data file."