]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ionice: drop the duplicate docstring
authorBenno Schulenberg <bensberg@justemail.net>
Sun, 18 Jan 2015 20:40:29 +0000 (21:40 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 26 Jan 2015 10:22:12 +0000 (11:22 +0100)
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
schedutils/ionice.c

index fb5d04a8b04f603f2b13a07dfc9097e73f68f74b..5528afed562f2d64032646e74aa58064ba6ed13d 100644 (file)
@@ -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 <pid>...\n"
                        " %1$s [options] -P <pgid>...\n"