From 13a625ff5b0d7583ca254ddfe96f0660528904fc Mon Sep 17 00:00:00 2001 From: Guillaume Chazarain Date: Thu, 8 Mar 2012 21:37:15 +0100 Subject: [PATCH] Consistent option names --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 43e1458..ae3901e 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ Iotop is a Python program with a top like UI used to show of behalf of which process is the I/O going on. It requires Python >= 2.5 (or Python >= 2.4 with -the ctypes module) and a Linux kernel >= 2.6.20 with the TASK_DELAY_ACCT -CONFIG_TASKSTATS, TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options on. +the ctypes module) and a Linux kernel >= 2.6.20 with the CONFIG_TASK_DELAY_ACCT +CONFIG_TASKSTATS, CONFIG_TASK_IO_ACCOUNTING and CONFIG_VM_EVENT_COUNTERS options +on. To run a local version of iotop: -- 2.11.4.GIT