Compound two fprintf(3)s into 1 using string concatenation.
This commit is contained in:
parent
94aae28200
commit
0c7c579ba6
@ -432,8 +432,7 @@ static void
|
||||
usage(void)
|
||||
{
|
||||
fprintf(stderr,
|
||||
"usage: xargs [-0pt] [-E eofstr] [-I replstr] [-J replstr] [-L number]\n");
|
||||
fprintf(stderr,
|
||||
"usage: xargs [-0pt] [-E eofstr] [-I replstr] [-J replstr] [-L number]\n"
|
||||
" [-n number [-x] [-s size] [utility [argument ...]]\n");
|
||||
exit(1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user