summaryrefslogtreecommitdiffstats
path: root/term-utils/scriptreplay.1
diff options
context:
space:
mode:
authorJesper Dahl Nyerup2014-02-10 11:53:18 +0100
committerKarel Zak2014-02-10 19:24:28 +0100
commit7f1d48363823f7da47ca56f84eb4b2155c5ed36b (patch)
tree6d381e67b551f2c151a6e9f25e10c60794ffb0fa /term-utils/scriptreplay.1
parentcal: remove unnecessary static variables (diff)
downloadkernel-qcow2-util-linux-7f1d48363823f7da47ca56f84eb4b2155c5ed36b.tar.gz
kernel-qcow2-util-linux-7f1d48363823f7da47ca56f84eb4b2155c5ed36b.tar.xz
kernel-qcow2-util-linux-7f1d48363823f7da47ca56f84eb4b2155c5ed36b.zip
scriptreplay: Add --maxdelay option.
This option caps the delay between updates, to avoid long pauses in transcript playback. Signed-off-by: Jesper Dahl Nyerup <nyerup@one.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'term-utils/scriptreplay.1')
-rw-r--r--term-utils/scriptreplay.16
1 files changed, 6 insertions, 0 deletions
diff --git a/term-utils/scriptreplay.1 b/term-utils/scriptreplay.1
index 20b6d93bc..329dbc9f8 100644
--- a/term-utils/scriptreplay.1
+++ b/term-utils/scriptreplay.1
@@ -56,6 +56,12 @@ Speed up the replay displaying this
of times. The argument is a floating point number. It's called divisor
because it divides the timings by this factor.
.TP
+.BR \-m , " \-\-maxdelay " \fInumber\fR
+Set the maximal delay between transcript updates to
+.I number
+seconds. The argument is a floating point number. This can be used to
+avoid long pauses in the transcript replay.
+.TP
.BR \-V , " \-\-version"
Display version information and exit.
.TP