mirror of
https://github.com/smxi/inxi.git
synced 2025-02-23 21:42:18 +00:00
forgot MHz
This commit is contained in:
parent
8d78903284
commit
fcf8cbbe27
2
inxi
2
inxi
|
@ -5778,7 +5778,7 @@ sub create_output_full {
|
|||
$rows[$j]{$num++ . "#bogomips"} = $bogomips;
|
||||
}
|
||||
$j = scalar @rows;
|
||||
my $core_key = (scalar @speeds > 1) ? 'Core speeds' : 'Core speed';
|
||||
my $core_key = (scalar @speeds > 1) ? 'Core speeds (MHz)' : 'Core speed (MHz)';
|
||||
my $speed_key = ($properties{'speed-key'}) ? $properties{'speed-key'}: 'Speed';
|
||||
my $min_max = ($properties{'min-max'}) ? $properties{'min-max'}: 'N/A';
|
||||
my $min_max_key = ($properties{'min-max-key'}) ? $properties{'min-max-key'}: 'min/max';
|
||||
|
|
Loading…
Reference in a new issue