<B><TT>flac</TT></B> will be invoked one of four ways, depending on whether you are encoding, decoding, testing, or analyzing:
<UL>
<LI>
- Encoding: flac [<I><A HREF="#general_options"><format-options></A></I>] [<I><A HREF="#format_options"><format-options></A></I>] [<I><A HREF="#encoding_options"><encoding options></A></I>] [inputfile [...]]
+ Encoding: flac [<I><A HREF="#general_options"><general-options></A></I>] [<I><A HREF="#format_options"><format-options></A></I>] [<I><A HREF="#encoding_options"><encoding options></A></I>] [inputfile [...]]
</LI>
<LI>
- Decoding: flac -d [<I><A HREF="#general_options"><format-options></A></I>] [<I><A HREF="#format_options"><format-options></A></I>] [FLACfile [...]]
+ Decoding: flac -d [<I><A HREF="#general_options"><general-options></A></I>] [<I><A HREF="#format_options"><format-options></A></I>] [FLACfile [...]]
</LI>
<LI>
- Testing: flac -t [<I><A HREF="#general_options"><format-options></A></I>] [FLACfile [...]]
+ Testing: flac -t [<I><A HREF="#general_options"><general-options></A></I>] [FLACfile [...]]
</LI>
<LI>
- Analyzing: flac -a [<I><A HREF="#general_options"><format-options></A></I>] [<I><A HREF="#analysis_options"><analysis-options></A></I>] [FLACfile [...]]
+ Analyzing: flac -a [<I><A HREF="#general_options"><general-options></A></I>] [<I><A HREF="#analysis_options"><analysis-options></A></I>] [FLACfile [...]]
</LI>
</UL>
</P>