From: Benno Schulenberg Date: Sun, 18 Jan 2015 20:40:29 +0000 (+0100) Subject: ionice: drop the duplicate docstring X-Git-Tag: v2.26-rc2~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b93474df7f6bedb20073e2daf988f2407aa4d52;p=thirdparty%2Futil-linux.git ionice: drop the duplicate docstring Signed-off-by: Benno Schulenberg --- diff --git a/schedutils/ionice.c b/schedutils/ionice.c index fb5d04a8b0..5528afed56 100644 --- a/schedutils/ionice.c +++ b/schedutils/ionice.c @@ -100,8 +100,6 @@ static void ioprio_setid(int which, int ioclass, int data, int who) static void __attribute__ ((__noreturn__)) usage(FILE * out) { - fputs(_("\nSets or gets the IO scheduling class and priority of processes.\n"), out); - fputs(USAGE_HEADER, out); fprintf(out, _(" %1$s [options] -p ...\n" " %1$s [options] -P ...\n"