From fcf8cbbe27dd59d3ea8cfcdf43fc3f01cccfcb9e Mon Sep 17 00:00:00 2001 From: Harald Hope Date: Wed, 21 Mar 2018 22:10:03 -0700 Subject: [PATCH] forgot MHz --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 30acd5d..fdfe549 100755 --- a/inxi +++ b/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';