mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2024-11-10 04:37:37 +01:00
Fix bias tee flag (needs no arguments)
This commit is contained in:
parent
a879241b99
commit
48ea060ae2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user