1" -h, -u, --usage   Display this usage\n"
2" --help            Display extensive help\n"
3" -V, --version     Display version\n"
4" -i, --inlittle    Input data is little endian (LSB, MSB)\n"
5" -I, --inbig       Input data is big endian (MSB, LSB)\n"
6" -o, --outlittle   Output data in little endian (LSB, MSB)\n"
7" -O, --outbig      Output data in big endian (MSB, LSB)\n"
8" --monostereo      Convert both channels to mono, then back to stereo\n"
9" --inwav           Input is in wav format (default)\n"
10" --incdr           Input is in cdr format\n"
11" --inraw           Input is in raw format\n"
12" --tocdr           Convert to cdr format (default)\n"
13" --towav           Convert to wav format\n"
14" --toraw           Convert to raw format\n"
15" --iscale NUM      Scale data to NUM percent (100 does nothing)\n"
16" --fscale FLOAT    Scale data by FLOAT / multiply by FLOAT (1.0 does nothing)\n"
17" --startsilence, --ss VAL   Add VAL silence to the start of each output file\n"
18" --endsilence, --es VAL     Add VAL silence to the end of each output file\n"
19" --swapchannels,   Swap channels (consecutive 16 bit values with each other)\n"
20" --noswapchannels, Don't swap channels / words\n"
21" --fadein LEN      Fade in at the start for a duration of LEN\n"
22" --fadeout LEN     Fade out at the end\n"
23" -r, --infile NAME   Input filename (default stdin)       ['-' = stdin/stdout]\n"
24" -w, --outfile NAME  Output name (track number appended to name) (dflt stdout)\n"
25" --cut VAL ...     All remaining arguments are cut numbers\n"
26" --silencecuts     Generate cut numbers to cut out intervals of silence\n"
27" --silencethresh   Threshold for silence detection (default 10)\n"
28" --silencedelay    Delay for silence detection (default 30C)\n"
29" --silenceinfo     As --silencecuts, shows info about silent/non-silent parts\n"
30" --verbose         More output\n"
31" --quiet           Suppress progress output\n"
32" --                Stop option scanning, remaining are filenames or cut numbers\n"
33"\n"
34" Options are processed left-to-right. Parameters to options must be separated\n"
35" by a space from the option. VAL units: b (bytes), C (CD sectors), s (seconds)\n"
36"\n"
37