summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
authorKarel Zak2015-06-09 11:16:45 +0200
committerKarel Zak2015-06-09 11:16:45 +0200
commit3fabc3637c97b2a46803d7b9b06de3b9a59ec25c (patch)
tree8aa02841fb3a7e15f6932eac1ac8f2d93a5dc4b0 /schedutils
parentlibblkid: (nilfs2) check devise size (diff)
downloadkernel-qcow2-util-linux-3fabc3637c97b2a46803d7b9b06de3b9a59ec25c.tar.gz
kernel-qcow2-util-linux-3fabc3637c97b2a46803d7b9b06de3b9a59ec25c.tar.xz
kernel-qcow2-util-linux-3fabc3637c97b2a46803d7b9b06de3b9a59ec25c.zip
chrt: fix --help inconsistency
Reported-by: Martin Steigerwald <ms@teamix.de> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index fe4c179cb..9b451fff8 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -60,7 +60,7 @@ static void __attribute__((__noreturn__)) show_usage(int rc)
fputs(_("Show or change the real-time scheduling attributes of a process.\n"), out);
fprintf(out, _(
"\nSet policy:\n"
- " chrt [options] [<policy>] <priority> [-p <pid> | <command> [<arg>...]]\n"
+ " chrt [options] [-p] [<policy>] <priority> [<pid> | <command> [<arg>...]]\n"
"\nGet policy:\n"
" chrt [options] -p <pid>\n"));