From d7e09a291c25a56111bc4c66faee0fc966e55a03 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 12 Sep 2007 02:08:13 +0000 Subject: [PATCH] minot usage verbiage --- src/flac/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/flac/main.c b/src/flac/main.c index a8e4690..f3716a8 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -1344,7 +1344,7 @@ void show_explain(void) printf(" the decoded file. Foreign metadata cannot be\n"); printf(" transcoded, e.g. WAVE chunks saved in a FLAC file\n"); printf(" cannot be restored when decoding to AIFF. Input\n"); - printf(" and output must be regular files.\n"); + printf(" and output must be regular files, not stdin/out.\n"); printf(" --skip={#|mm:ss.ss} Skip the first # samples of each input file; can\n"); printf(" be used both for encoding and decoding. The\n"); printf(" alternative form mm:ss.ss can be used to specify\n"); -- 2.7.4