Merge pull request #521 from bl4krat/master
Fixed operation of switch --list
This commit is contained in:
@ -50,7 +50,7 @@ static void usage() {
|
||||
static struct option long_options[] = {
|
||||
{ "device", no_argument, 0, 'd' },
|
||||
{ "address", no_argument, 0, 'o' },
|
||||
{ "list", no_argument, 0, 'v' },
|
||||
{ "list", no_argument, 0, 'l' },
|
||||
{ "help", no_argument, 0, 'h' },
|
||||
{ 0, 0, 0, 0 },
|
||||
};
|
||||
|
Reference in New Issue
Block a user