diff --git a/inxi b/inxi index 9205824..56454e0 100755 --- a/inxi +++ b/inxi @@ -2177,6 +2177,7 @@ show_options() 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 " To automatically upload debugger data tar.gz file to ftp.techpatterns.com: inxi -xx@ <11-14>" + print_screen_output " For alternate ftp upload locations: Example: inxi -! ftp.yourserver.com/incoming -xx@ 14" 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 " 13 - With data from dev, disks, partitions, etc., plus xiin data file." @@ -2194,6 +2195,8 @@ show_options() print_screen_output "-! 14 - Triggers an update from svn branch four - if present, of course." print_screen_output "-! - Triggers an update from whatever server you list." print_screen_output "-! - Changes debugging data ftp upload location to whatever you enter here." + print_screen_output " Only used together with -xx@ 11-14, and must be used in front of that." + print_screen_output " Example: inxi -! ftp.yourserver.com/incoming -xx@ 14" print_screen_output " " fi print_screen_output " "