mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
rename metaflac *-vc-* options to *-tag-* ones, only ones remain but deprecated
This commit is contained in:
@@ -114,32 +114,27 @@ int long_usage(const char *message, ...)
|
||||
fprintf(out, "--show-bps Show the # of bits per sample from the STREAMINFO block.\n");
|
||||
fprintf(out, "--show-total-samples Show the total # of samples from the STREAMINFO block.\n");
|
||||
fprintf(out, "\n");
|
||||
fprintf(out, "--show-vc-vendor Show the vendor string from the VORBIS_COMMENT block.\n");
|
||||
fprintf(out, "--show-vc-field=name Show all Vorbis comment fields where the the field name\n");
|
||||
fprintf(out, " matches 'name'.\n");
|
||||
fprintf(out, "--remove-vc-field=name Remove all Vorbis comment fields whose field name\n");
|
||||
fprintf(out, " is 'name'.\n");
|
||||
fprintf(out, "--remove-vc-firstfield=name Remove first Vorbis comment field whose field\n");
|
||||
fprintf(out, " name is 'name'.\n");
|
||||
fprintf(out, "--remove-vc-all Remove all Vorbis comment fields, leaving only the\n");
|
||||
fprintf(out, " vendor string in the VORBIS_COMMENT block.\n");
|
||||
fprintf(out, "--set-vc-field=field Add a Vorbis comment field. The field must comply with\n");
|
||||
fprintf(out, " the Vorbis comment spec, of the form \"NAME=VALUE\". If\n");
|
||||
fprintf(out, " there is currently no VORBIS_COMMENT block, one will be\n");
|
||||
fprintf(out, " created.\n");
|
||||
fprintf(out, "--import-vc-from=file Import Vorbis comments from a file. Use '-' for stdin.\n");
|
||||
fprintf(out, " Each line should be of the form NAME=VALUE. Multi-\n");
|
||||
fprintf(out, " line comments are currently not supported. Specify\n");
|
||||
fprintf(out, " --remove-vc-all and/or --no-utf8-convert before\n");
|
||||
fprintf(out, " --import-vc-from if necessary.\n");
|
||||
fprintf(out, "--export-vc-to=file Export Vorbis comments to a file. Use '-' for stdin.\n");
|
||||
fprintf(out, " Each line will be of the form NAME=VALUE. Specify\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, "--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");
|
||||
fprintf(out, "--set-tag=FIELD Add a tag. The FIELD must comply with the Vorbis comment\n");
|
||||
fprintf(out, " spec, of the form \"NAME=VALUE\". If there is currently\n");
|
||||
fprintf(out, " no tag block, one will be created.\n");
|
||||
fprintf(out, "--import-tags-from=FILE Import tags from a file. Use '-' for stdin. Each line\n");
|
||||
fprintf(out, " should be of the form NAME=VALUE. Multi-line comments\n");
|
||||
fprintf(out, " are currently not supported. Specify --remove-all-tags\n");
|
||||
fprintf(out, " and/or --no-utf8-convert before --import-tags-from if\n");
|
||||
fprintf(out, " necessary.\n");
|
||||
fprintf(out, "--export-tags-to=FILE Export tags to a file. Use '-' for stdin. 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. Only one FLAC\n");
|
||||
fprintf(out, "--import-cuesheet-from=FILE Import a cuesheet from a file. Only one FLAC\n");
|
||||
fprintf(out, " file may be specified. A seekpoint will be added for\n");
|
||||
fprintf(out, " each index point in the cuesheet to the SEEKTABLE unless\n");
|
||||
fprintf(out, " --no-cued-seekpoints is specified.\n");
|
||||
fprintf(out, "--export-cuesheet-to=file Export CUESHEET block to a cuesheet file, suitable\n");
|
||||
fprintf(out, "--export-cuesheet-to=FILE Export CUESHEET block to a cuesheet file, suitable\n");
|
||||
fprintf(out, " for use by CD authoring software. Use '-' for stdin.\n");
|
||||
fprintf(out, " Only one FLAC file may be specified on the command line.\n");
|
||||
fprintf(out, "--add-replay-gain Calculates the title and album gains/peaks of the given\n");
|
||||
|
||||
Reference in New Issue
Block a user