add -t line to usage printout
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 13 Jan 2001 00:12:27 +0000 (00:12 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 13 Jan 2001 00:12:27 +0000 (00:12 +0000)
src/flac/main.c

index 42e0c4f..4646a7e 100644 (file)
@@ -312,6 +312,7 @@ int usage(const char *message, ...)
        printf("\n");
        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("  -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");