From 45b7042c16178e97d1f30f2048f2730ae2f525db Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Wed, 17 Sep 2014 03:55:25 +0000 Subject: [PATCH] small output edit --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inxi b/inxi index 2c6f6ee..5f910d9 100755 --- a/inxi +++ b/inxi @@ -10743,7 +10743,7 @@ print_cpu_data() # this handles bsd case unless we get a way to get max/min cpu speeds if [[ ${a_cpu_speeds[2]} != 0 ]];then if [[ ${a_cpu_speeds[0]} == ${a_cpu_speeds[2]} ]];then - a_cpu_working[1]="${a_cpu_speeds[0]} (max) MHz" + a_cpu_working[1]="${a_cpu_speeds[0]} MHz (max)" else a_cpu_working[1]="${a_cpu_speeds[0]} (max ${a_cpu_speeds[2]}) MHz" fi