From: Pierre Hauweele Date: Sat, 13 Mar 2010 23:50:36 +0000 (+0100) Subject: ionice: fix typo X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4880a6f1edf21597555a11c04ee5ada8add11dc3;p=util-linux ionice: fix typo Signed-off-by: Pierre Hauweele --- diff --git a/schedutils/ionice.c b/schedutils/ionice.c index 082b23ba..a57cf7f2 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 [ ...]\n" - " ionoce [ options ] [ ...]\n" + " ionice [ options ] [ ...]\n" "\nOptions:\n" " -n class data (0-7, lower being higher prio)\n" " -c scheduling class\n"