forgot a help item

This commit is contained in:
Harald Hope 2020-06-01 11:20:33 -07:00
parent ea2c06f1db
commit e51ada6bfe

8
inxi
View file

@ -4568,9 +4568,10 @@ sub show_options {
['0', '', '', "Output Control Options:" ],
['1', '-a', '--admin', "Adds advanced sys admin data (only works with
verbose or line output, not short form), sets --extra=3:" ],
['2', '-C', '', "If available: CPU socket type (dmidecode+root/sudo required);
CPU vulnerabilities (bugs); family, model-id, stepping - format:
hex (decimal) if greater than 9, otherwise hex; microcode - format: hex." ],
['2', '-C', '', "If available: CPU socket type, base/boost speeds
(dmidecode+root/sudo required); CPU vulnerabilities (bugs);
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;
USB drive specifics; SMART report." ],
['2', '-G', '', "If available: Xorg Display ID, Screens total, default Screen,
@ -4939,7 +4940,6 @@ sub show_options {
print_basic(@data);
exit 0; # shell true
}
sub show_version {
require Cwd;
import Cwd;