From 07e00486d1dd0b8b94d9d166c83c5161b60da2d5 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Fri, 12 Nov 2004 07:26:00 +0000 Subject: [PATCH] minor error message fix --- src/flac/decode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flac/decode.c b/src/flac/decode.c index 42468663..831e9401 100644 --- a/src/flac/decode.c +++ b/src/flac/decode.c @@ -1155,7 +1155,7 @@ void print_error_with_state(const DecoderSession *d, const char *message) flac__utils_printf(stderr, 1, "\n" "The FLAC stream may have been created by a more advanced encoder. Try\n" - " metaflac --show-vc-vendor %s\n" + " metaflac --show-vendor-tag %s\n" "If the version number is greater than %s, this decoder is probably\n" "not able to decode the file. If the version number is not, you may\n" "have found a bug. In this case please submit a bug report to\n"