slow/slow.1
Simon Lieb 743960f6e0 Change force option to lower case.
No need for upper case to avoid parameters collision.
2015-03-11 18:48:46 +01:00

21 lines
391 B
Groff

.TH slow 1 slow\-VERSION
.SH NAME
slow \- Slow down ouput
.SH SYNOPSIS
.B slow
.RB [ \-t
.IR time ]
.RB [ \-f ]
.SH DESCRIPTION
.B slow
cat stdin to stdout with a usleep between each bytes.
.SH OPTIONS
.TP
.BI \-t " time"
specify sleep time between each bytes in micro-second.
Default value is 1 second.
.TP
.B \-f
force flushing after each bytes.
useful with buffered stdout like ttys.
.TP