From 890293e9d1fe608c0984fc66196a25421f0ab4a3 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 27 Jul 2009 23:28:03 +0000 Subject: [PATCH] fixed help -s description --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index a9b48b8..ed7d6f3 100755 --- a/inxi +++ b/inxi @@ -1203,7 +1203,7 @@ show_options() print_screen_output "-p Show full partition information (-P plus all other detected partitions)." 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 "-s Show sensors output (if sensors installed/configured): mobo/cpu temp, cpu fan speed" + print_screen_output "-s Show sensors output (if sensors installed/configured): mobo/cpu temp; detected fan speeds." 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 "-v Script verbosity levels. Verbosity level number is required."