Skip to content

Commit

Permalink
Merge pull request #1277 from grvvy/debug_device_fix
Browse files Browse the repository at this point in the history
change the device long option to required in hackrf_debug
  • Loading branch information
mossmann committed Feb 15, 2023
2 parents aa34025 + fe86f00 commit ae71cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/hackrf-tools/src/hackrf_debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ static struct option long_options[] = {
{"register", required_argument, 0, 'n'},
{"write", required_argument, 0, 'w'},
{"read", no_argument, 0, 'r'},
{"device", no_argument, 0, 'd'},
{"device", required_argument, 0, 'd'},
{"help", no_argument, 0, 'h'},
{"max2837", no_argument, 0, 'm'},
{"si5351c", no_argument, 0, 's'},
Expand Down

0 comments on commit ae71cb5

Please sign in to comment.