Sync usage message with manual page synopsis.
This commit is contained in:
parent
e788f79698
commit
ba545bbb61
@ -179,7 +179,7 @@ static void
|
|||||||
usage()
|
usage()
|
||||||
{
|
{
|
||||||
fprintf(stderr, "%s\n%s\n",
|
fprintf(stderr, "%s\n%s\n",
|
||||||
"usage: renice [priority | [-n incr]] [ [ -p ] pids ] [ [ -g ] pgrps ]",
|
"usage: renice [priority | [-n incr]] [[-p] pid ...] [[-g] pgrp ...]",
|
||||||
" [ [ -u ] users ]");
|
" [[-u] user ...]");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user