fl2k_fm: add missing help text for stereo and rds

Signed-off-by: Steve Markgraf <steve@steve-m.de>
This commit is contained in:
Steve Markgraf 2018-04-27 18:17:01 +02:00
parent fc6200b6a7
commit 631ce38b30
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ void usage(void)
"\t[-f FM deviation (default: 75000 Hz, WBFM)]\n"
"\t[-i input audio sample rate (default: 44100 Hz for mono FM)]\n"
"\t[-s samplerate in Hz (default: 100 MS/s)]\n"
"\t[--rds (enables RDS, forces audio sample rate to 228 kHz)]\n"
"\t[--stereo (enables stereo, requires audio sample rate >= 114 kHz)]\n"
"\tfilename (use '-' to read from stdin)\n\n"
);
exit(1);