2017-08-29 Fred Gleason <fredg@paravelsystems.com>

* Added an '--ignore-stops' switch to rdrender(1).
This commit is contained in:
Fred Gleason
2017-08-29 08:32:23 -04:00
parent caaa4404dc
commit 0da7f0acff
5 changed files with 37 additions and 0 deletions

View File

@@ -83,6 +83,19 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--ignore-stops</option>
</term>
<listitem>
<para>
Treat any STOP transitions encountered as if they were PLAY.
If not given, a STOP transition will cause rendering of the log
to be terminated at that point.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--last-line=</option><replaceable>lineno</replaceable>
@@ -124,6 +137,19 @@
</listitem>
</varlistentry>
<varlistentry>
<term>
<option>--verbose</option>
</term>
<listitem>
<para>
Be verbose. Among other things, this will cause
<command>rdrender</command><manvolnum>1</manvolnum> to print
a disposition for each log event encountered to standard error.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>