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