summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-11-14 05:02:35 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-11-14 05:02:35 +0000
commit16e953ffc6365bdc470c78687f5e08de345b482a (patch)
treebdb3a2d14644c2dfa4bc5bfdac793614c9cf837d /man
parent45f20fdce0796c10dca8b63d506b86674781944e (diff)
downloadflac-16e953ffc6365bdc470c78687f5e08de345b482a.tar.gz
disallow multiple input FLAC files when --import-tags-from=- is used (SF#1082577 http://sourceforge.net/tracker/index.php?func=detail&aid=1082577&group_id=13478&atid=113478)
Diffstat (limited to 'man')
-rw-r--r--man/metaflac.sgml3
1 files changed, 2 insertions, 1 deletions
diff --git a/man/metaflac.sgml b/man/metaflac.sgml
index 3a80a37a..90697a9c 100644
--- a/man/metaflac.sgml
+++ b/man/metaflac.sgml
@@ -265,7 +265,8 @@ manpage.1: manpage.sgml
Import tags from a file. Use '-' for stdin. Each
line should be of the form NAME=VALUE. Multi-line comments
are currently not supported. Specify --remove-all-tags and/or
- --no-utf8-convert before --import-tags-from if necessary.
+ --no-utf8-convert before --import-tags-from if necessary. If
+ FILE is '-' (stdin), only one FLAC file may be specified.
</para>
</listitem>
</varlistentry>