Skip to content
Snippets Groups Projects
Commit d2647464 authored by Carl Philipp Klemm's avatar Carl Philipp Klemm
Browse files

correct long flag for listing commands

parent 19d59878
Branches main
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ static struct argp_option options[] =
{"interactive", 'i', 0, 0, "run in interactive mode" },
{"pipe", 'p', 0, 0, "run in pipe mode" },
{"serial", 's', "[NUMMBER]", 0, "serial number of device to connect to"},
{"serial", 'l', 0, 0, "list commands"},
{"list", 'l', 0, 0, "list commands"},
{0}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment