aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Erckenbrecht <dg1yfe@stus-disco.de>2022-03-24 07:53:36 +0100
committerFelix Erckenbrecht <dg1yfe@stus-disco.de>2022-03-24 07:53:36 +0100
commit46f408fab4a43be2ebcc668337c7402a67b107f3 (patch)
tree05600278d2c23bc0bc18e4a4080fb7aa147fcee1 /src
parentccc9d5f0f24e777e3da3d66420fea2256a59b120 (diff)
downloadosmo-fl2k-46f408fab4a43be2ebcc668337c7402a67b107f3.tar.gz
osmo-fl2k-46f408fab4a43be2ebcc668337c7402a67b107f3.tar.bz2
osmo-fl2k-46f408fab4a43be2ebcc668337c7402a67b107f3.zip
Updates & corrections for usage info
Diffstat (limited to 'src')
-rw-r--r--src/fl2k_iq.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/fl2k_iq.c b/src/fl2k_iq.c
index f7c2a1c..6c43db4 100644
--- a/src/fl2k_iq.c
+++ b/src/fl2k_iq.c
@@ -100,13 +100,14 @@ void usage(void)
"Usage:"
"\t[-d device index (default: 0)]\n"
"\t[-c center frequency (default: 1440 kHz)]\n"
- "\t[-i input baseband sample rate (default: 48000 Hz)]\n"
"\t[-s samplerate in Hz (default: 96 MS/s)]\n"
- "\t[-t type of input: real/complex (default: real)\n"
+ "\t[-m modulation index (default: 1.0)]\n"
+ "\t[-i input baseband sample rate (default: 48000 Hz)]\n"
+ "\t[-t type of input: real/complex (default: real)]\n"
"\t input requirements: real - single channel (mono)\n"
"\t complex - dual channel (stereo)\n"
- "\t[-w swap I & Q (invert spectrum)\n"
- "\t[-e ignore EOF\n"
+ "\t[-w swap I & Q (invert spectrum)]\n"
+ "\t[-e ignore EOF]\n"
"\tfilename (use '-' to read from stdin)\n\n"
);
exit(1);