Compound two fprintf(3)s into 1 using string concatenation.

This commit is contained in:
Juli Mallett 2002-04-19 23:41:56 +00:00
parent 94aae28200
commit 0c7c579ba6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=95082

View File

@ -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);
}