[PC-BSD Commits] r17915 - pcbsd/current/src-sh/pbi-manager
svn at pcbsd.org
svn at pcbsd.org
Tue Jul 24 11:18:53 PDT 2012
Author: kris
Date: 2012-07-24 18:18:52 +0000 (Tue, 24 Jul 2012)
New Revision: 17915
Modified:
pcbsd/current/src-sh/pbi-manager/pbi-manager
Log:
Space out speed item
Modified: pcbsd/current/src-sh/pbi-manager/pbi-manager
===================================================================
--- pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-07-24 18:18:41 UTC (rev 17914)
+++ pcbsd/current/src-sh/pbi-manager/pbi-manager 2012-07-24 18:18:52 UTC (rev 17915)
@@ -5395,7 +5395,7 @@
if [ $(is_num "$_dSize") ] ; then
if [ ${_fSize} -lt ${_dSize} ] ; then _dSize="$_fSize" ; fi
_kbs=`expr ${_dSize} \/ $_time`
- echo "SIZE: ${_fSize} DOWNLOADED: ${_dSize} SPEED: ${_kbs}KBs"
+ echo "SIZE: ${_fSize} DOWNLOADED: ${_dSize} SPEED: ${_kbs} KB/s"
fi
fi
More information about the Commits
mailing list