aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fl2k_iq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fl2k_iq.c b/src/fl2k_iq.c
index 6c43db4..e0f2bc7 100644
--- a/src/fl2k_iq.c
+++ b/src/fl2k_iq.c
@@ -96,7 +96,8 @@ int ignore_eof = 0;
void usage(void)
{
fprintf(stderr,
- "fl2k_ampliphase, a special modulator for FL2K VGA dongles\n\n"
+ "fl2k_ampliphase, a special modulator for FL2K VGA dongles\n"
+ "(output comes on channels r&g)\n\n"
"Usage:"
"\t[-d device index (default: 0)]\n"
"\t[-c center frequency (default: 1440 kHz)]\n"
@@ -475,6 +476,7 @@ void fl2k_callback(fl2k_data_info_t *data_info)
data_info->g_buf = (char *)qtxbuf;
}
+
int main(int argc, char **argv)
{
int r, opt;