Skip to content

Commit

Permalink
option cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
neural75 committed Jul 16, 2022
1 parent 0c83228 commit 54892a5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ gqrx-scanner [-h|--host <host>] [-p|--port <port>] [-m|--mode <sweep|bookmark>]
-y --date Date Format, default is 0.
0 = mm-dd-yy
1 = dd-mm-yy
2 = yy-mm-dd
This feature has not been implemented yet.
-q, --squelch_delta <dB> If set creates bottom squelch just
for listening. It may reduce unnecessary squelch audio supress.
Expand Down
3 changes: 0 additions & 3 deletions gqrx-scan.c
Original file line number Diff line number Diff line change
Expand Up @@ -167,17 +167,14 @@ void print_usage ( char *name )
printf ("-e, --max <freq> Frequency range ends with this <freq> in Hz. Incompatible with -f\n");
printf ("-s, --step <freq> Frequency step <freq> in Hz. Default: %llu\n", g_default_scan_bw);
printf ("-d, --delay <time> Lingering time in milliseconds before the scanner reactivates. Default 2000\n");
//LWVMOBILE: Adding some descriptions for new switches here
printf ("-x, --speed <time> Time in milliseconds for bookmark scan speed. Default 250 milliseconds.\n");
printf (" If scan lands on wrong bookmark during search, use -x 500 (ms) to slow down speed\n");
printf ("-y --date Date Format, default is 0.\n");
printf (" 0 = mm-dd-yy\n");
printf (" 1 = dd-mm-yy\n");
printf (" 2 = yy-mm-dd\n");
printf ("-q, --squelch_delta <dB> If set creates bottom squelch just\n");
printf (" for listening. It may reduce unnecessary squelch audio supress.\n");
printf (" Default: 0.0\n");
//LWVMOBILE: End of new switches here
printf ("-t, --tags <\"tags\"> Filter signals. Match only on frequencies marked with a tag found in \"tags\"\n");
printf (" \"tags\" is a quoted string with a '|' list separator: Ex: \"Tag1|Tag2\"\n");
printf (" tags are case insensitive and match also for partial string contained in a tag\n");
Expand Down

0 comments on commit 54892a5

Please sign in to comment.