mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
The correct name of the long option is --line-buffered,
not --line-bufferring. PR: docs/72985 Submitted by: John Engelhart <johne@zang.com> MFC after: 1 week
This commit is contained in:
parent
31489a9a26
commit
e23bfceab5
1 changed files with 3 additions and 2 deletions
|
|
@ -312,8 +312,9 @@ Displays input actually coming from standard input as input coming from file
|
|||
This is especially useful for tools like zgrep, e.g.
|
||||
.B "gzip -cd foo.gz |grep --label=foo something"
|
||||
.TP
|
||||
.BR \-\^\-line-buffering
|
||||
Use line buffering, it can be a performance penality.
|
||||
.BR \-\^\-line-buffered
|
||||
Flush output on every line.
|
||||
Note that this incurs a performance penalty.
|
||||
.TP
|
||||
.BR \-q ", " \-\^\-quiet ", " \-\^\-silent
|
||||
Quiet; do not write anything to standard output.
|
||||
|
|
|
|||
Loading…
Reference in a new issue