Change force option to lower case.
No need for upper case to avoid parameters collision.
This commit is contained in:
parent
0a46876fd9
commit
743960f6e0
2 changed files with 4 additions and 4 deletions
4
slow.1
4
slow.1
|
|
@ -5,7 +5,7 @@ slow \- Slow down ouput
|
|||
.B slow
|
||||
.RB [ \-t
|
||||
.IR time ]
|
||||
.RB [ \-F ]
|
||||
.RB [ \-f ]
|
||||
.SH DESCRIPTION
|
||||
.B slow
|
||||
cat stdin to stdout with a usleep between each bytes.
|
||||
|
|
@ -15,7 +15,7 @@ cat stdin to stdout with a usleep between each bytes.
|
|||
specify sleep time between each bytes in micro-second.
|
||||
Default value is 1 second.
|
||||
.TP
|
||||
.B \-F
|
||||
.B \-f
|
||||
force flushing after each bytes.
|
||||
useful with buffered stdout like ttys.
|
||||
.TP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue