From: Josh Coalson Date: Thu, 28 Aug 2003 21:36:15 +0000 (+0000) Subject: add instruction on using -- on command-line X-Git-Tag: 1.2.0~1059 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5e8edd86b65e9f255c78642d1bb201fa539f632;p=platform%2Fupstream%2Fflac.git add instruction on using -- on command-line --- diff --git a/doc/html/documentation.html b/doc/html/documentation.html index b7e805b..0d8aa7e 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -263,6 +263,14 @@

Also, you can force output data to go to stdout using -c.

+

+ To encode or decode files that start with a dash, use -- to signal the end of options, to keep the filenames themselves from being treated as options: +

+

The encoding options affect the compression ratio and encoding speed. The format options are used to tell flac the arrangement of samples if the input file (or output file when decoding) is a raw file. If it is a RIFF WAVE or AIFF file the format options are not needed since they are read from the AIFF/WAVE header.