From: Guillaume Chazarain Date: Mon, 3 Sep 2012 21:04:15 +0000 (+0200) Subject: Fix the setting of the I/O priority and advertise it a litle more. X-Git-Tag: iotop-0.6~23 X-Git-Url: https://repo.or.cz/w/iotop.git/commitdiff_plain/b0583f9624e8f282fb9d2030478070019ced31b8 Fix the setting of the I/O priority and advertise it a litle more. --- diff --git a/iotop/ui.py b/iotop/ui.py index 4eb92e0..938d70e 100644 --- a/iotop/ui.py +++ b/iotop/ui.py @@ -33,7 +33,7 @@ import time from iotop.data import find_uids, TaskStatsNetlink, ProcessList, Stats from iotop.data import ThreadInfo from iotop.version import VERSION -import iotop.ioprio +from iotop import ioprio from iotop.ioprio import IoprioSetError # @@ -537,8 +537,8 @@ which the thread is running (set using the ionice command). Controls: left and right arrows to change the sorting column, r to invert the sorting order, o to toggle the --only option, p to toggle the --processes -option, a to toggle the --accumulated option, q to quit, any other key to force -a refresh.''' % sys.argv[0] +option, a to toggle the --accumulated option, i to change I/O priority, q to +quit, any other key to force a refresh.''' % sys.argv[0] def main(): try: