From 32751943a6d6ff2ce8061606f3827ff879cab968 Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Wed, 24 Apr 2002 04:50:20 +0000 Subject: [PATCH] add lines in usage about --output-prefix --- src/flac/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/flac/main.c b/src/flac/main.c index fcaa426..153516e 100644 --- a/src/flac/main.c +++ b/src/flac/main.c @@ -572,6 +572,9 @@ int long_usage(const char *message, ...) fprintf(out, " -s : silent (do not write runtime encode/decode statistics)\n"); fprintf(out, " -o filename : force the output file name (usually flac just changes the\n"); fprintf(out, " extension)\n"); + fprintf(out, " --output-prefix string : prefix each output file name with the given string.\n"); + fprintf(out, " This can be useful for encoding/decoding files to a different directory.\n"); + fprintf(out, " Make sure if your string is a path name that it ends with a '/' slash.\n"); fprintf(out, " --delete-input-file : deletes the input file after a successful encode/decode\n"); fprintf(out, " --skip samples : can be used both for encoding and decoding\n"); fprintf(out, "analyze options:\n"); -- 2.7.4