minor usage text

This commit is contained in:
Josh Coalson
2007-07-26 07:58:21 +00:00
parent 21a4b6b297
commit 69b8730692
3 changed files with 4 additions and 3 deletions

View File

@@ -122,7 +122,7 @@
<span class="argument">--no-utf8-convert</span> <span class="argument">--no-utf8-convert</span>
</td> </td>
<td> <td>
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.
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@@ -110,7 +110,7 @@ manpage.1: manpage.sgml
<listitem> <listitem>
<para> <para>
Do not convert tags from UTF-8 to local charset, or vice versa. This is 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.
</para> </para>
</listitem> </listitem>
</varlistentry> </varlistentry>

View File

@@ -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, "--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, " (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, "--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, "--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, " to avoid rewriting the entire file if the metadata size\n");
fprintf(out, " changes. Use this option to tell metaflac to not take\n"); fprintf(out, " changes. Use this option to tell metaflac to not take\n");