add item for --not-utf8-convert; fix typos
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 30 Jan 2007 16:58:51 +0000 (16:58 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 30 Jan 2007 16:58:51 +0000 (16:58 +0000)
man/metaflac.1
man/metaflac.sgml

index e7b6eb6..6346f35 100644 (file)
@@ -29,6 +29,10 @@ more than one FLAC file is specified).
 Do not prefix each output line with the FLAC file name (the default
 if only one FLAC file is specified).
 .TP
 Do not prefix each output line with the FLAC file name (the default
 if only one FLAC file is specified).
 .TP
+\fB--no-utf8-convert\fR
+Do not convert tags from UTF-8 to local charset, or vice versa. This is
+useful for scripts.
+.TP
 \fB--dont-use-padding\fR
 By default metaflac tries to use padding where possible to avoid
 rewriting the entire file if the metadata size changes.  Use this
 \fB--dont-use-padding\fR
 By default metaflac tries to use padding where possible to avoid
 rewriting the entire file if the metadata size changes.  Use this
@@ -100,7 +104,7 @@ are currently not supported.  Specify --remove-all-tags and/or
 FILE is '-' (stdin), only one FLAC file may be specified.
 .TP
 \fB--export-tags-to=file\fR
 FILE is '-' (stdin), only one FLAC file may be specified.
 .TP
 \fB--export-tags-to=file\fR
-Export tags to a file.  Use '-' for stdin.  Each
+Export tags to a file.  Use '-' for stdout.  Each
 line will be of the form NAME=VALUE.  Specify
 --no-utf8-convert if necessary.
 .TP
 line will be of the form NAME=VALUE.  Specify
 --no-utf8-convert if necessary.
 .TP
index 1d36737..cb686f3 100644 (file)
@@ -106,6 +106,15 @@ manpage.1: manpage.sgml
         </listitem>
       </varlistentry>
       <varlistentry>
         </listitem>
       </varlistentry>
       <varlistentry>
+        <term><option>--no-utf8-convert</option></term>
+        <listitem>
+          <para>
+           Do not convert tags from UTF-8 to local charset, or vice versa. This is
+           useful for scripts.
+         </para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
         <term><option>--dont-use-padding</option></term>
         <listitem>
           <para>
         <term><option>--dont-use-padding</option></term>
         <listitem>
           <para>
@@ -274,7 +283,7 @@ manpage.1: manpage.sgml
        <term><option>--export-tags-to=file</option></term>
         <listitem>
          <para>
        <term><option>--export-tags-to=file</option></term>
         <listitem>
          <para>
-           Export tags to a file.  Use '-' for stdin.  Each
+           Export tags to a file.  Use '-' for stdout.  Each
            line will be of the form NAME=VALUE.  Specify
            --no-utf8-convert if necessary.
          </para>
            line will be of the form NAME=VALUE.  Specify
            --no-utf8-convert if necessary.
          </para>