mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Fix some minor word duplication
Signed-off-by: Erik de Castro Lopo <erikd@mega-nerd.com>
This commit is contained in:
committed by
Erik de Castro Lopo
parent
723cfa34f2
commit
7b757e46f2
@@ -123,7 +123,7 @@ int long_usage(const char *message, ...)
|
||||
fprintf(out, "--show-total-samples Show the total # of samples from the STREAMINFO block.\n");
|
||||
fprintf(out, "\n");
|
||||
fprintf(out, "--show-vendor-tag Show the vendor string from the VORBIS_COMMENT block.\n");
|
||||
fprintf(out, "--show-tag=NAME Show all tags where the the field name matches 'NAME'.\n");
|
||||
fprintf(out, "--show-tag=NAME Show all tags where the field name matches 'NAME'.\n");
|
||||
fprintf(out, "--remove-tag=NAME Remove all tags whose field name is 'NAME'.\n");
|
||||
fprintf(out, "--remove-first-tag=NAME Remove first tag whose field name is 'NAME'.\n");
|
||||
fprintf(out, "--remove-all-tags Remove all tags, leaving only the vendor string.\n");
|
||||
|
||||
Reference in New Issue
Block a user