From: Benno Schulenberg Date: Thu, 11 Jun 2015 09:04:01 +0000 (+0200) Subject: chrt: make the usage synopsis clearer X-Git-Tag: v2.27-rc1~143 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4e4bc0c8011594dc24f45d836f7e372b4942f9dd;p=thirdparty%2Futil-linux.git chrt: make the usage synopsis clearer Signed-off-by: Benno Schulenberg --- diff --git a/schedutils/chrt.c b/schedutils/chrt.c index 9b451fff86..b6923b2b5b 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] [] [ | [...]]\n" + " chrt [options] [...]\n" + " chrt [options] -p \n" "\nGet policy:\n" " chrt [options] -p \n"));