mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
removed show extra data from -n, that's not needed, leave -x to be explicit or -F called
This commit is contained in:
parent
521bc41040
commit
70402d0ea2
3
inxi
3
inxi
|
@ -1560,7 +1560,6 @@ get_parameters()
|
||||||
;;
|
;;
|
||||||
n) B_SHOW_ADVANCED_NETWORK='true'
|
n) B_SHOW_ADVANCED_NETWORK='true'
|
||||||
B_SHOW_NETWORK='true'
|
B_SHOW_NETWORK='true'
|
||||||
B_EXTRA_DATA='true'
|
|
||||||
use_short='false'
|
use_short='false'
|
||||||
;;
|
;;
|
||||||
N) B_SHOW_NETWORK='true'
|
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 " 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 "-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 "-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 "-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 "-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"
|
print_screen_output " Shows file system type if you have file installed, if you are root OR if you have"
|
||||||
|
|
Loading…
Reference in a new issue