summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-01-30 16:58:51 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-01-30 16:58:51 +0000
commita9502bf44db62ffd74b734cef8a503d5d8e8e0ca (patch)
tree432ce6464e2f6e176f7d86edceaaa749b99ab018 /man
parent1c034079312e177920d1c772a267c66713677a36 (diff)
downloadflac-a9502bf44db62ffd74b734cef8a503d5d8e8e0ca.tar.gz
add item for --not-utf8-convert; fix typos
Diffstat (limited to 'man')
-rw-r--r--man/metaflac.16
-rw-r--r--man/metaflac.sgml11
2 files changed, 15 insertions, 2 deletions
diff --git a/man/metaflac.1 b/man/metaflac.1
index e7b6eb62..6346f35a 100644
--- a/man/metaflac.1
+++ b/man/metaflac.1
@@ -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
+\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
@@ -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
-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
diff --git a/man/metaflac.sgml b/man/metaflac.sgml
index 1d367378..cb686f3b 100644
--- a/man/metaflac.sgml
+++ b/man/metaflac.sgml
@@ -106,6 +106,15 @@ manpage.1: manpage.sgml
</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>
@@ -274,7 +283,7 @@ manpage.1: manpage.sgml
<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>