From: Josh Coalson Date: Tue, 30 Jan 2007 16:59:36 +0000 (+0000) Subject: minor typos X-Git-Tag: 1.2.0~196 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44eead85340cd6d83adbd405603e3aad83924979;p=platform%2Fupstream%2Fflac.git minor typos --- diff --git a/src/metaflac/usage.c b/src/metaflac/usage.c index d4a8e1b..f5b00b4 100644 --- a/src/metaflac/usage.c +++ b/src/metaflac/usage.c @@ -140,7 +140,7 @@ int long_usage(const char *message, ...) fprintf(out, " and/or --no-utf8-convert before --import-tags-from if\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, "--export-tags-to=FILE Export tags to a file. Use '-' for stdout. Each line\n"); fprintf(out, " will be of the form NAME=VALUE. Specify\n"); fprintf(out, " --no-utf8-convert if necessary.\n"); fprintf(out, "--import-cuesheet-from=FILE Import a cuesheet from a file. Use '-' for stdin.\n");