From 69b8730692d88466bd323843889fd54b670a3552 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Thu, 26 Jul 2007 07:58:21 +0000 Subject: [PATCH] minor usage text --- doc/html/documentation_tools_metaflac.html | 2 +- man/metaflac.sgml | 2 +- src/metaflac/usage.c | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/html/documentation_tools_metaflac.html b/doc/html/documentation_tools_metaflac.html index 5d1693c..377ee98 100644 --- a/doc/html/documentation_tools_metaflac.html +++ b/doc/html/documentation_tools_metaflac.html @@ -122,7 +122,7 @@ --no-utf8-convert - Do not convert tags from UTF-8 to local charset, or vice versa. This is useful for scripts. + Do not convert tags from UTF-8 to local charset, or vice versa. This is useful for scripts, and setting tags in situations where the locale is wrong. diff --git a/man/metaflac.sgml b/man/metaflac.sgml index 57f9b6b..f904a6c 100644 --- a/man/metaflac.sgml +++ b/man/metaflac.sgml @@ -110,7 +110,7 @@ manpage.1: manpage.sgml Do not convert tags from UTF-8 to local charset, or vice versa. This is - useful for scripts. + useful for scripts, and setting tags in situations where the locale is wrong. diff --git a/src/metaflac/usage.c b/src/metaflac/usage.c index b4babd5..02cfaf2 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"); -- 2.7.4