mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-09 16:59:08 +01:00
Merge pull request #1018 from greatscottgadgets/oc-bugs
Fix Opera Cake bugs
This commit is contained in:
@@ -57,9 +57,9 @@ static void usage() {
|
||||
}
|
||||
|
||||
static struct option long_options[] = {
|
||||
{ "device", no_argument, 0, 'd' },
|
||||
{ "address", no_argument, 0, 'o' },
|
||||
{ "mode", no_argument, 0, 'm' },
|
||||
{ "device", required_argument, 0, 'd' },
|
||||
{ "address", required_argument, 0, 'o' },
|
||||
{ "mode", required_argument, 0, 'm' },
|
||||
{ "list", no_argument, 0, 'l' },
|
||||
{ "gpio_test", no_argument, 0, 'g' },
|
||||
{ "help", no_argument, 0, 'h' },
|
||||
|
||||
Reference in New Issue
Block a user