diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-07-26 07:58:21 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2007-07-26 07:58:21 +0000 |
commit | 69b8730692d88466bd323843889fd54b670a3552 (patch) | |
tree | ec96b2b534a631a8ceb94aa55ab130fb7694ebbd /src/metaflac/usage.c | |
parent | 21a4b6b297f1773b08c80d6d81da38411f0595a3 (diff) | |
download | flac-69b8730692d88466bd323843889fd54b670a3552.tar.gz |
minor usage text
Diffstat (limited to 'src/metaflac/usage.c')
-rw-r--r-- | src/metaflac/usage.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/metaflac/usage.c b/src/metaflac/usage.c index b4babd56..02cfaf23 100644 --- a/src/metaflac/usage.c +++ b/src/metaflac/usage.c @@ -62,7 +62,8 @@ static void usage_summary(FILE *out) fprintf(out, "--no-filename Do not prefix each output line with the FLAC file name\n"); fprintf(out, " (the default if only one FLAC file is specified)\n"); fprintf(out, "--no-utf8-convert Do not convert tags from UTF-8 to local charset,\n"); - fprintf(out, " or vice versa. This is useful for scripts.\n"); + fprintf(out, " or vice versa. This is useful for scripts, and setting\n"); + fprintf(out, " tags in situations where the locale is wrong.\n"); fprintf(out, "--dont-use-padding By default metaflac tries to use padding where possible\n"); fprintf(out, " to avoid rewriting the entire file if the metadata size\n"); fprintf(out, " changes. Use this option to tell metaflac to not take\n"); |