From: Josh Coalson Date: Fri, 26 Jan 2001 22:31:27 +0000 (+0000) Subject: add -a to usage X-Git-Tag: 1.2.0~2679 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d32d3eed5d6fe53aa8fc1375f130a398210fdf1;p=platform%2Fupstream%2Fflac.git add -a to usage --- diff --git a/src/flac/main.c b/src/flac/main.c index 1664293..720b2bf 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -333,6 +333,7 @@ int usage(const char *message, ...) printf("generic options:\n"); printf(" -d : decode (default behavior is encode)\n"); printf(" -t : test (same as -d except no decoded file is written)\n"); + printf(" -a : analyze (same as -d except an analysis file is written)\n"); printf(" -s : silent (do not write runtime encode/decode statistics to stdout)\n"); printf(" --skip samples : can be used both for encoding and decoding\n"); printf("encoding options:\n");