diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-01-30 16:58:51 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-01-30 16:58:51 +0000 |
commit | a9502bf44db62ffd74b734cef8a503d5d8e8e0ca (patch) | |
tree | 432ce6464e2f6e176f7d86edceaaa749b99ab018 /man | |
parent | 1c034079312e177920d1c772a267c66713677a36 (diff) | |
download | flac-a9502bf44db62ffd74b734cef8a503d5d8e8e0ca.tar.gz |
add item for --not-utf8-convert; fix typos
Diffstat (limited to 'man')
-rw-r--r-- | man/metaflac.1 | 6 | ||||
-rw-r--r-- | man/metaflac.sgml | 11 |
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> |