Merge pull request #521 from bl4krat/master

Fixed operation of switch --list
This commit is contained in:
Dominic Spill
2018-09-11 11:18:05 -06:00
committed by GitHub

View File

@ -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 },
};