mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 02:42:46 +00:00
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:
parent
419eee7a3b
commit
012a6e7c0a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=321883
@ -40,7 +40,7 @@ static void
|
||||
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);
|
||||
exit(s);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user