mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
help menu for new options
This commit is contained in:
parent
bf67acb881
commit
51727aca90
3
inxi
3
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 "-! <http://......> - Triggers an update from whatever server you list."
|
||||
print_screen_output "-! <ftp.......> - 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 " "
|
||||
|
|
Loading…
Reference in a new issue