Update rtl_tcp.c

This commit is contained in:
rtlsdrblog 2024-02-19 17:44:01 +13:00 committed by GitHub
parent af42e6987f
commit 0077d86178
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -104,7 +104,7 @@ void usage(void)
printf("\t[-n max number of linked list buffers to keep (default: %d)]\n", DEFAULT_MAX_NUM_BUFFERS);
printf("\t[-d device index (default: 0)]\n");
printf("\t[-P ppm_error (default: 0)]\n");
printf("\t[-T enable bias-T on GPIO PIN 0 (works for rtl-sdr.com v3 dongles)]\n");
printf("\t[-T enable bias-T on GPIO PIN 0 (works for rtl-sdr.com v3/v4 dongles)]\n");
printf("\t[-D enable direct sampling (default: off)]\n");
exit(1);
}