From 70402d0ea2ea71b96d368b3f941d7e3463a4db7d Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Thu, 26 May 2011 01:29:38 +0000 Subject: [PATCH] removed show extra data from -n, that's not needed, leave -x to be explicit or -F called --- inxi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/inxi b/inxi index 360180a..808118a 100755 --- a/inxi +++ b/inxi @@ -1560,7 +1560,6 @@ get_parameters() ;; n) B_SHOW_ADVANCED_NETWORK='true' B_SHOW_NETWORK='true' - B_EXTRA_DATA='true' use_short='false' ;; N) B_SHOW_NETWORK='true' @@ -1753,7 +1752,7 @@ show_options() print_screen_output " Not shown with -F for user security reasons, you shouldn't paste your local/wan IP." print_screen_output "-I Show Information: processes, uptime, memory, irc client, inxi version." print_screen_output "-l Show partition labels. Default: short partition -P. For full -p output, use: -pl (or -plu)." - print_screen_output "-n Show Advanced Network card information. Same as -Nnx. Shows interface, speed, mac id, state, etc." + print_screen_output "-n Show Advanced Network card information. Same as -Nn. Shows interface, speed, mac id, state, etc." print_screen_output "-N Show Network card information. With -x, shows PCI BusID, Port number." print_screen_output "-o Show unmounted partition information (includes UUID and LABEL if available)." print_screen_output " Shows file system type if you have file installed, if you are root OR if you have"