From 4a44b096bdb04428cac88e59c7e58646ee0363f3 Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Sun, 23 Nov 2008 18:22:59 +0000 Subject: [PATCH] (change version) Added show driver version for Network/Audio feature for -x output, and updated help menu to show that. --- inxi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/inxi b/inxi index 77de510..4d84880 100755 --- a/inxi +++ b/inxi @@ -694,7 +694,8 @@ show_options() print_screen_output " 3 - Also show hard disk names as detected." print_screen_output " 4 - Also show partition size/filled data for (if present):/, /home, /var/, /boot" print_screen_output " 5 - For multicore systems, also show per core clock speeds; shows audio card." - print_screen_output "-x Show extra data: bogomips on cpu. Only works with verbose or line output." + print_screen_output "-x Show extra data: bogomips on cpu; driver version (if available) for network/audio." + print_screen_output " Only works with verbose or line output." print_screen_output "" print_screen_output "Additional Options:" print_screen_output "-h - this help menu."