projects
/
platform
/
upstream
/
flac.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c21cc8
)
add -a to usage
author
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 26 Jan 2001 22:31:27 +0000
(22:31 +0000)
committer
Josh Coalson
<jcoalson@users.sourceforce.net>
Fri, 26 Jan 2001 22:31:27 +0000
(22:31 +0000)
src/flac/main.c
patch
|
blob
|
history
diff --git
a/src/flac/main.c
b/src/flac/main.c
index 166429328119565029e4872bf372b5117a9c7bf6..720b2bf1d6440dbd698b5cf873554988f9d915ce 100644
(file)
--- 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");