mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
added -t option output to -x on help menu.
This commit is contained in:
parent
336b27e127
commit
d8a491a3c7
1
inxi
1
inxi
|
@ -1281,6 +1281,7 @@ show_options()
|
||||||
print_screen_output " shows (for single gpu, nvidia driver) screen number gpu is running on."
|
print_screen_output " shows (for single gpu, nvidia driver) screen number gpu is running on."
|
||||||
print_screen_output " Shows hdd temp with disk data if you have hddtemp installed, if you are root OR if you have"
|
print_screen_output " Shows hdd temp with disk data if you have hddtemp installed, if you are root OR if you have"
|
||||||
print_screen_output " added to /etc/sudoers (sudo v. 1.7 or newer): <username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)"
|
print_screen_output " added to /etc/sudoers (sudo v. 1.7 or newer): <username> ALL = NOPASSWD: /usr/sbin/hddtemp (sample)"
|
||||||
|
print_screen_output " For -t, adds memory use output to cpu (-tx c, and cpu use to memory (-tx m)."
|
||||||
print_screen_output ""
|
print_screen_output ""
|
||||||
print_screen_output "Additional Options:"
|
print_screen_output "Additional Options:"
|
||||||
print_screen_output "-h - this help menu."
|
print_screen_output "-h - this help menu."
|
||||||
|
|
Loading…
Reference in a new issue