From: Karel Zak Date: Tue, 9 Jun 2015 09:16:45 +0000 (+0200) Subject: chrt: fix --help inconsistency X-Git-Tag: v2.27-rc1~155 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fabc3637c97b2a46803d7b9b06de3b9a59ec25c;p=thirdparty%2Futil-linux.git chrt: fix --help inconsistency Reported-by: Martin Steigerwald Signed-off-by: Karel Zak --- diff --git a/schedutils/chrt.c b/schedutils/chrt.c index fe4c179cbd..9b451fff86 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] [] [-p | [...]]\n" + " chrt [options] [-p] [] [ | [...]]\n" "\nGet policy:\n" " chrt [options] -p \n"));