mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added -h -s message about -! 1 test flag to see why no error output for sensors
This commit is contained in:
parent
588dcac434
commit
0d24ff1bcb
1
inxi
1
inxi
|
@ -1208,6 +1208,7 @@ show_options()
|
||||||
print_screen_output "-P Show Partition information (shows what -v 4 would show, but without extra data)."
|
print_screen_output "-P Show Partition information (shows what -v 4 would show, but without extra data)."
|
||||||
print_screen_output " Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions."
|
print_screen_output " Shows, if detected: / /boot /home /tmp /usr /var. Use -p to see all mounted partitions."
|
||||||
print_screen_output "-s Show sensors output (if sensors installed/configured): mobo/cpu temp; detected fan speeds."
|
print_screen_output "-s Show sensors output (if sensors installed/configured): mobo/cpu temp; detected fan speeds."
|
||||||
|
print_screen_output " Note: if no Sensors: output, start inxi like this to see error messages: inxi -s -! 1"
|
||||||
print_screen_output "-S Show System information: host name, kernel, distro"
|
print_screen_output "-S Show System information: host name, kernel, distro"
|
||||||
print_screen_output "-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu)."
|
print_screen_output "-u Show partition UUIDs. Default: short partition -P. For full -p output, use: -pu (or -plu)."
|
||||||
print_screen_output "-v Script verbosity levels. Verbosity level number is required."
|
print_screen_output "-v Script verbosity levels. Verbosity level number is required."
|
||||||
|
|
Loading…
Reference in a new issue