add documentation for new -f option to flac
This commit is contained in:
parent
deab462735
commit
080d54bbdc
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user