add documentation for new -f option to flac

This commit is contained in:
Josh Coalson 2004-07-16 00:11:36 +00:00
parent deab462735
commit 080d54bbdc
2 changed files with 19 additions and 1 deletions

View File

@ -349,6 +349,14 @@
Silent: do not show encoding/decoding statistics.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
<TT>-f</TT>, <TT>--force</TT>
</TD>
<TD>
Force overwriting of output files. By default, <TT><B>flac</B></TT> warns that the output file already exists and continues to the next file.
</TD>
</TR>
<TR>
<TD NOWRAP ALIGN="RIGHT" VALIGN="TOP" BGCOLOR="#F4F4CC">
<TT>-o filename</TT>,<BR><TT>--output-name=filename</TT>

View File

@ -131,7 +131,7 @@
<term><option>-a</option>, <option>--analyze</option>
</term>
<listitem>
<para>Analyze a flac encoded file (same as -d
<para>Analyze a FLAC encoded file (same as -d
except an analysis file is written)</para>
</listitem>
</varlistentry>
@ -153,6 +153,16 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>-f</option>, <option>--force</option>
</term>
<listitem>
<para>Force overwriting of output files. By default,
flac warns that the output file already exists and
continues to the next file.</para>
</listitem>
</varlistentry>
<varlistentry>
<term><option>-o</option> <replaceable>filename</replaceable>, <option>--output-name</option>=<replaceable>filename</replaceable></term>
<listitem>