mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
document the new -o and --delete-input-file options
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
<arg><option><replaceable>OPTION</replaceable></option></arg>
|
||||
<arg choice=plain><replaceable>infile</replaceable></arg>
|
||||
<arg choice=plain><replaceable>outfile</replaceable></arg>
|
||||
<arg choice=plain><replaceable>...</replaceable></arg>
|
||||
</cmdsynopsis>
|
||||
</refsynopsisdiv>
|
||||
<refsect1>
|
||||
@@ -108,6 +108,25 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-o</option> <replaceable>filename</replaceable></term>
|
||||
<listitem>
|
||||
<para>Force the output file name (usually flac just
|
||||
changes the extension).</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--delete-input-file</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>Automatically delete the input file after a
|
||||
successful encode or decode. If there was an
|
||||
error (including a verify error) the input file
|
||||
is left intact.</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>--skip</option> <replaceable>samples</replaceable></term>
|
||||
<listitem>
|
||||
@@ -399,7 +418,7 @@
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-S-</option> <option>-m-</option> <option>-M-</option> <option>-e-</option> <option>-p-</option> <option>-V-</option> <option>--lax-</option>
|
||||
<term><option>-S-</option> <option>-m-</option> <option>-M-</option> <option>-e-</option> <option>-p-</option> <option>-V-</option> <option>--delete-input-file-</option> <option>--lax-</option>
|
||||
</term>
|
||||
|
||||
<listitem>
|
||||
|
||||
Reference in New Issue
Block a user