MFC r320807:

stdbuf(1): Add buffer definition "B" to the usage message

This option has been missing from the usage message ever since the program
was first imported.

Submitted by:	shivansh
Reviewed by:	asomers
Sponsored by:	Google, Inc (GSoC 2017)
Differential Revision:	https://reviews.freebsd.org/D11529
This commit is contained in:
Alan Somers 2017-08-01 16:48:33 +00:00
parent 419eee7a3b
commit 012a6e7c0a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=321883

View File

@ -40,7 +40,7 @@ static void
usage(int s) usage(int s)
{ {
fprintf(stderr, "Usage: %s [-e 0|L|<sz>] [-i 0|L|<sz>] [-o 0|L|<sz>] " fprintf(stderr, "Usage: %s [-e 0|L|B|<sz>] [-i 0|L|B|<sz>] [-o 0|L|B|<sz>] "
"<cmd> [args ...]\n", __progname); "<cmd> [args ...]\n", __progname);
exit(s); exit(s);
} }