diff options
author | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-11-27 04:44:54 +0000 |
---|---|---|
committer | Josh Coalson <jcoalson@users.sourceforce.net> | 2002-11-27 04:44:54 +0000 |
commit | cfae6cdebe6e7aff16b9e16026f3972fab11f317 (patch) | |
tree | 25ae1a170b86d66022f21cca764ebc7c0bdf2721 /src/metaflac/usage.c | |
parent | af396a54496fd340081d82ba11f576cac81c9ccb (diff) | |
download | flac-cfae6cdebe6e7aff16b9e16026f3972fab11f317.tar.gz |
finish implementation of --import-cuesheet-from and --export-cuesheet-to
Diffstat (limited to 'src/metaflac/usage.c')
-rw-r--r-- | src/metaflac/usage.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/metaflac/usage.c b/src/metaflac/usage.c index e8a7d11f..6bcbf0ad 100644 --- a/src/metaflac/usage.c +++ b/src/metaflac/usage.c @@ -136,9 +136,9 @@ int long_usage(const char *message, ...) fprintf(out, " Each line 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, " file may be specified. Seekpoints for all indices in\n"); - fprintf(out, " the cuesheet will be added unless --no-cued-seekpoints\n"); - fprintf(out, " is specified.\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, " for use by CD authoring software. Use '-' for stdin.\n"); fprintf(out, " Only one FLAC file may be specified on the command line.\n"); |