From 03000879fc00827d906b85a5322eedeeb659671c Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Tue, 14 Sep 2004 00:47:53 +0000 Subject: [PATCH] move option anchors to their right places --- doc/html/documentation.html | 114 ++++++++++++++++++------------------ 1 file changed, 57 insertions(+), 57 deletions(-) diff --git a/doc/html/documentation.html b/doc/html/documentation.html index 5f28974e..100338d0 100644 --- a/doc/html/documentation.html +++ b/doc/html/documentation.html @@ -287,126 +287,126 @@ General Options - + -v, --version Show the flac version number. - + -h, --help Show basic usage and a list of all options. Running flac without arguments shows the short help screen by default. - + -H, --explain Show detailed explanation of usage and all options. Running flac without arguments shows the short help screen by default. - + -d, --decode Decode (flac encodes by default). flac will exit with an exit code of 1 (and print a message, even in silent mode) if there were any errors during decoding, including when the MD5 checksum does not match the decoded output. Otherwise the exit code will be 0. - + -t, --test Test (same as -d except no decoded file is written). The exit codes are the same as in decode mode. - + -a, --analyze Analyze (same as -d except an analysis file is written). The exit codes are the same as in decode mode. This option is mainly for developers; the output will be a text file that has data about each frame and subframe. - + -c, --stdout Write output to stdout. - + -s, --silent Silent: do not show encoding/decoding statistics. - + --totally-silent Do not print anything of any kind, including warnings or errors. The exit code will be the only way to determine successful completion. - + -f, --force Force overwriting of output files. By default, flac warns that the output file already exists and continues to the next file. - + -o filename,
--output-name=filename Force the output file name (usually flac just changes the extension). May only be used when encoding a single file. May not be used in conjunction with --output-prefix. -
+ --output-prefix=string Prefix each output file name with the given string. This can be useful for encoding/decoding files to a different directory. Make sure if your string is a path name that it ends with a trailing '/' slash. - + --delete-input-file Automatically delete the input file after a successful encode or decode. If there was an error (including a verify error) the input file is left intact. - + --skip={#|mm:ss.ss} @@ -416,9 +416,9 @@ --skip=1:23.45 : skip the first 1 minute and 23.45 seconds of the input - + --until={#|[+|-]mm:ss.ss} @@ -431,9 +431,9 @@ --until=-0:00 : decode until the end of the input (the same as not specifying --until) - + --ogg @@ -442,9 +442,9 @@ NOTE: Ogg FLAC files created prior to flac 1.1.1 used an ad-hoc mapping and do not support seeking. They should be decoded and re-encoded with flac 1.1.1 or later. - + --serial-number=# @@ -462,18 +462,18 @@ Analysis Options - + --residual-text Includes the residual signal in the analysis file. This will make the file very big, much larger than even the decoded file. - + --residual-gnuplot @@ -491,9 +491,9 @@ Decoding Options - + --cue=[#.#][-[#.#]] @@ -506,9 +506,9 @@ --cue=2.1-2.4 : decode from track 2, index 1, up to, but not including, track 2, index 4

- + -F,
--decode-through-errors @@ -516,9 +516,9 @@