Fixed operation of switch --list

This commit is contained in:
bl4krat
2018-09-07 04:25:19 +01:00
parent 1ae7c21e6c
commit 540f86a5b0

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