Fix bias tee flag (needs no arguments)

This commit is contained in:
rtlsdrblog 2022-12-28 16:00:09 +13:00 committed by GitHub
parent a879241b99
commit 48ea060ae2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -393,7 +393,7 @@ int main(int argc, char **argv)
struct sigaction sigact, sigign;
#endif
while ((opt = getopt(argc, argv, "a:p:f:g:s:b:d:P:T:D")) != -1) {
while ((opt = getopt(argc, argv, "a:p:f:g:s:b:d:P:TD")) != -1) {
switch (opt) {
case 'd':
dev_index = verbose_device_search(optarg);