summaryrefslogtreecommitdiff
path: root/src/metaflac/usage.c
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2006-11-14 05:21:50 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2006-11-14 05:21:50 +0000
commit03c9d224dfde4995a305b72043c8c03a59eb5ff7 (patch)
treeed2ce97dd3d6699f433e698f9cdf20db576ed306 /src/metaflac/usage.c
parent16e953ffc6365bdc470c78687f5e08de345b482a (diff)
downloadflac-03c9d224dfde4995a305b72043c8c03a59eb5ff7.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 'src/metaflac/usage.c')
-rw-r--r--src/metaflac/usage.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/metaflac/usage.c b/src/metaflac/usage.c
index 366fb8dd..d4a8e1b6 100644
--- a/src/metaflac/usage.c
+++ b/src/metaflac/usage.c
@@ -138,7 +138,8 @@ int long_usage(const char *message, ...)
fprintf(out, " should be of the form NAME=VALUE. Multi-line comments\n");
fprintf(out, " are currently not supported. Specify --remove-all-tags\n");
fprintf(out, " and/or --no-utf8-convert before --import-tags-from if\n");
- fprintf(out, " necessary.\n");
+ fprintf(out, " necessary. If FILE is '-' (stdin), only one FLAC file\n");
+ fprintf(out, " may be specified.\n");
fprintf(out, "--export-tags-to=FILE Export tags to a file. Use '-' for stdin. Each line\n");
fprintf(out, " will be of the form NAME=VALUE. Specify\n");
fprintf(out, " --no-utf8-convert if necessary.\n");