De-typo usage string.

This commit is contained in:
Juli Mallett 2003-02-26 22:36:55 +00:00
parent cffd9eee38
commit 08f16c7ae4

View File

@ -593,7 +593,7 @@ usage(void)
{
fprintf(stderr,
"usage: xargs [-0pt] [-E eofstr] [-I replstr [-R replacements]] [-J replstr]\n"
" [-L number] [-n number [-x] [-P maxprocs] [-s size]\n"
" [-L number] [-n number [-x]] [-P maxprocs] [-s size]\n"
" [utility [argument ...]]\n");
exit(1);
}