summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--schedutils/chrt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index 9b451fff8..b6923b2b5 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -60,7 +60,8 @@ 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] [-p] [<policy>] <priority> [<pid> | <command> [<arg>...]]\n"
+ " chrt [options] <priority> <command> [<arg>...]\n"
+ " chrt [options] -p <priority> <pid>\n"
"\nGet policy:\n"
" chrt [options] -p <pid>\n"));