mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
trying it without -d on -F
This commit is contained in:
parent
1e84b26d1f
commit
9c77bc359d
5
inxi
5
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.6.10
|
#### version: 1.6.10
|
||||||
#### Date: June 17 2011
|
#### Date: June 17 2011
|
||||||
#### Patch Number: 09
|
#### Patch Number: 10
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -1816,7 +1816,6 @@ get_parameters()
|
||||||
B_SHOW_INFO='true'
|
B_SHOW_INFO='true'
|
||||||
B_SHOW_MACHINE='true'
|
B_SHOW_MACHINE='true'
|
||||||
B_SHOW_NETWORK='true'
|
B_SHOW_NETWORK='true'
|
||||||
B_SHOW_OPTICAL_DRIVES='true'
|
|
||||||
B_SHOW_PARTITIONS='true'
|
B_SHOW_PARTITIONS='true'
|
||||||
B_SHOW_SENSORS='true'
|
B_SHOW_SENSORS='true'
|
||||||
B_SHOW_SYSTEM='true'
|
B_SHOW_SYSTEM='true'
|
||||||
|
@ -2077,7 +2076,7 @@ show_options()
|
||||||
print_screen_output "-d Shows optical drive data. Same as -Dd. With -x, adds features line to output. -xx adds a few more features."
|
print_screen_output "-d Shows optical drive data. Same as -Dd. With -x, adds features line to output. -xx adds a few more features."
|
||||||
print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB."
|
print_screen_output "-D Show full hard Disk info, not only model, ie: /dev/sda ST380817AS 80.0GB."
|
||||||
print_screen_output "-f Show all cpu flags used, not just the short list. Not shown with -F to avoid spamming."
|
print_screen_output "-f Show all cpu flags used, not just the short list. Not shown with -F to avoid spamming."
|
||||||
print_screen_output "-F Show Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s, -d, and -n."
|
print_screen_output "-F Show Full output for $SCRIPT_NAME. Includes all Upper Case line letters, plus -s, and -n."
|
||||||
print_screen_output " Does not show extra verbose options like -f -u -l -o -p -t -r"
|
print_screen_output " Does not show extra verbose options like -f -u -l -o -p -t -r"
|
||||||
print_screen_output "-G Show Graphic card information (card, x type, resolution, glx renderer, version)."
|
print_screen_output "-G Show Graphic card information (card, x type, resolution, glx renderer, version)."
|
||||||
print_screen_output "-i Show Wan IP address, and shows local interfaces (requires ifconfig network tool). Same as -Nni"
|
print_screen_output "-i Show Wan IP address, and shows local interfaces (requires ifconfig network tool). Same as -Nni"
|
||||||
|
|
Loading…
Reference in a new issue