mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added -n to -F output, why not, it's useful
This commit is contained in:
parent
95ecf17ded
commit
68cc1953a4
1
inxi
1
inxi
|
@ -1532,6 +1532,7 @@ get_parameters()
|
||||||
use_short='false'
|
use_short='false'
|
||||||
;;
|
;;
|
||||||
F) VERBOSITY_LEVEL=$VERBOSITY_LEVELS
|
F) VERBOSITY_LEVEL=$VERBOSITY_LEVELS
|
||||||
|
B_SHOW_ADVANCED_NETWORK='true'
|
||||||
B_EXTRA_DATA='true'
|
B_EXTRA_DATA='true'
|
||||||
B_SHOW_DISK='true'
|
B_SHOW_DISK='true'
|
||||||
B_SHOW_PARTITIONS='true'
|
B_SHOW_PARTITIONS='true'
|
||||||
|
|
Loading…
Reference in a new issue