diff --git a/inxi b/inxi index 7ebb0f4..aae28ed 100755 --- a/inxi +++ b/inxi @@ -4087,7 +4087,7 @@ print_sensors_data() else cpu_fan='N/A' fi - cpu_fan="${C1}Fan Speeds (rpm): cpu:${C2} $cpu_fan " + cpu_fan="${C1}Fan Speeds (in rpm): cpu:${C2} $cpu_fan " # then set the sys fans, if present or 0. sys fan 1 only if cpu fan is present, # otherwise fan1: is cpu fan if [[ -n ${A_SENSORS_DATA[2]} && -n ${A_SENSORS_DATA[3]} ]];then