summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorBenno Schulenberg2015-01-18 21:40:29 +0100
committerKarel Zak2015-01-26 11:22:12 +0100
commit6b93474df7f6bedb20073e2daf988f2407aa4d52 (patch)
tree399922456a900de36f4b2f2afa05b18c44fa65d9 /schedutils
parenttextual: fix spellos and inconsistencies in several program messages (diff)
downloadkernel-qcow2-util-linux-6b93474df7f6bedb20073e2daf988f2407aa4d52.tar.gz
kernel-qcow2-util-linux-6b93474df7f6bedb20073e2daf988f2407aa4d52.tar.xz
kernel-qcow2-util-linux-6b93474df7f6bedb20073e2daf988f2407aa4d52.zip
ionice: drop the duplicate docstring
Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/ionice.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/schedutils/ionice.c b/schedutils/ionice.c
index fb5d04a8b..5528afed5 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 <pid>...\n"
" %1$s [options] -P <pgid>...\n"