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"