mirror of
https://github.com/smxi/inxi.git
synced 2025-09-02 02:29:11 +00:00
forgot a help item
This commit is contained in:
parent
ea2c06f1db
commit
e51ada6bfe
1 changed files with 4 additions and 4 deletions
8
inxi
8
inxi
|
@ -4568,9 +4568,10 @@ sub show_options {
|
||||||
['0', '', '', "Output Control Options:" ],
|
['0', '', '', "Output Control Options:" ],
|
||||||
['1', '-a', '--admin', "Adds advanced sys admin data (only works with
|
['1', '-a', '--admin', "Adds advanced sys admin data (only works with
|
||||||
verbose or line output, not short form), sets --extra=3:" ],
|
verbose or line output, not short form), sets --extra=3:" ],
|
||||||
['2', '-C', '', "If available: CPU socket type (dmidecode+root/sudo required);
|
['2', '-C', '', "If available: CPU socket type, base/boost speeds
|
||||||
CPU vulnerabilities (bugs); family, model-id, stepping - format:
|
(dmidecode+root/sudo required); CPU vulnerabilities (bugs);
|
||||||
hex (decimal) if greater than 9, otherwise hex; microcode - format: hex." ],
|
family, model-id, stepping - format: hex (decimal) if greater
|
||||||
|
than 9, otherwise hex; microcode - format: hex." ],
|
||||||
['2', '-d,-D', '', "If available: logical and physical block sizes; drive family;
|
['2', '-d,-D', '', "If available: logical and physical block sizes; drive family;
|
||||||
USB drive specifics; SMART report." ],
|
USB drive specifics; SMART report." ],
|
||||||
['2', '-G', '', "If available: Xorg Display ID, Screens total, default Screen,
|
['2', '-G', '', "If available: Xorg Display ID, Screens total, default Screen,
|
||||||
|
@ -4939,7 +4940,6 @@ sub show_options {
|
||||||
print_basic(@data);
|
print_basic(@data);
|
||||||
exit 0; # shell true
|
exit 0; # shell true
|
||||||
}
|
}
|
||||||
|
|
||||||
sub show_version {
|
sub show_version {
|
||||||
require Cwd;
|
require Cwd;
|
||||||
import Cwd;
|
import Cwd;
|
||||||
|
|
Loading…
Add table
Reference in a new issue