From aaf69ff9d2d648e71f1a905de6325fc0fb89ab71 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 3 Aug 2009 06:04:25 +0000 Subject: [PATCH] altered -x help text a bit to make it more clear --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index bafa2dd..07c4dfc 100755 --- a/inxi +++ b/inxi @@ -1221,7 +1221,7 @@ show_options() print_screen_output "-x Show extra data: bogomips on Cpu; driver version (if available) for Network/Audio;" print_screen_output " direct rendering status for Graphics (in X). Only works with verbose or line output." 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): ALL = NOPASSWD: /usr/sbin/hddtemp (path to hddtemp)" + print_screen_output " added to /etc/sudoers (sudo v. 1.7 or newer) (path to hddtemp): ALL = NOPASSWD: /usr/sbin/hddtemp" print_screen_output "" print_screen_output "Additional Options:" print_screen_output "-h - this help menu."