From: Karel Zak Date: Tue, 19 Jan 2016 13:52:51 +0000 (+0100) Subject: chrt: make usage more readable X-Git-Tag: v2.28-rc1~181 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a6fec53788e3cf729081174b72305982c3bb7942;p=thirdparty%2Futil-linux.git chrt: make usage more readable Signed-off-by: Karel Zak --- diff --git a/schedutils/chrt.c b/schedutils/chrt.c index f0490d9053..9be88b00c8 100644 --- a/schedutils/chrt.c +++ b/schedutils/chrt.c @@ -72,7 +72,7 @@ static void __attribute__((__noreturn__)) show_usage(int rc) fputs(USAGE_SEPARATOR, out); fputs(_("Set policy:\n" " chrt [options] [...]\n" - " chrt [options] -p \n"), out); + " chrt [options] --pid \n"), out); fputs(USAGE_SEPARATOR, out); fputs(_("Get policy:\n" " chrt [options] -p \n"), out);