removed show extra data from -n, that's not needed, leave -x to be explicit or -F called

This commit is contained in:
inxi-svn 2011-05-26 01:29:38 +00:00
parent 521bc41040
commit 70402d0ea2

3
inxi
View file

@ -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"