summaryrefslogtreecommitdiffstats
path: root/schedutils/ionice.c
diff options
context:
space:
mode:
authorPierre Hauweele2010-03-14 00:50:36 +0100
committerKarel Zak2010-03-14 22:58:56 +0100
commit4880a6f1edf21597555a11c04ee5ada8add11dc3 (patch)
tree09528183e0bb28b0fb40452de102ecafd815f86d /schedutils/ionice.c
parentlibblkid: fix infinite loop when probe chain bails out early (diff)
downloadkernel-qcow2-util-linux-4880a6f1edf21597555a11c04ee5ada8add11dc3.tar.gz
kernel-qcow2-util-linux-4880a6f1edf21597555a11c04ee5ada8add11dc3.tar.xz
kernel-qcow2-util-linux-4880a6f1edf21597555a11c04ee5ada8add11dc3.zip
ionice: fix typo
Signed-off-by: Pierre Hauweele <antegallya@gmail.com>
Diffstat (limited to 'schedutils/ionice.c')
-rw-r--r--schedutils/ionice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index 082b23bab..a57cf7f26 100644
--- a/schedutils/ionice.c
+++ b/schedutils/ionice.c
@@ -81,7 +81,7 @@ static void usage(int rc)
"\nionice - sets or gets process io scheduling class and priority.\n"
"\nUsage:\n"
" ionice [ options ] -p <pid> [<pid> ...]\n"
- " ionoce [ options ] <command> [<arg> ...]\n"
+ " ionice [ options ] <command> [<arg> ...]\n"
"\nOptions:\n"
" -n <classdata> class data (0-7, lower being higher prio)\n"
" -c <class> scheduling class\n"