diff --git a/inxi b/inxi index 788d357..c55f13f 100755 --- a/inxi +++ b/inxi @@ -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;