summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Wise <pabs3@bonedaddy.net>2016-08-04 15:11:54 +0800
committerPaul Wise <pabs3@bonedaddy.net>2016-08-04 15:11:54 +0800
commitf004d8172cdcb6c3dbc461815913f8c3cc7c8829 (patch)
tree8ba091abececaf8bf4bd04f2eaeff45904a443d8
parentcf78464e8267d574056b99f0a67c3e4edf93bd40 (diff)
downloadiotop-f004d8172cdcb6c3dbc461815913f8c3cc7c8829.tar.gz
Correct the alignment of the header
It looks ugly without correct alignment.
-rw-r--r--iotop/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iotop/ui.py b/iotop/ui.py
index 2433e0e..9c3de99 100644
--- a/iotop/ui.py
+++ b/iotop/ui.py
@@ -442,7 +442,7 @@ class IOTopUI(object):
def refresh_display(self, first_time, total, current, duration):
summary = [
- 'Total DISK READ : %s | Total DISK WRITE : %s' % (
+ 'Total DISK READ: %s | Total DISK WRITE: %s' % (
format_bandwidth(self.options, total[0], duration).rjust(14),
format_bandwidth(self.options, total[1], duration).rjust(14)),
'Current DISK READ: %s | Current DISK WRITE: %s' % (