mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 08:44:38 +08:00
monitor: Add support --priority option to getopt parsing
This commit is contained in:
parent
66870b76b7
commit
d94a567caf
@ -75,6 +75,7 @@ static const struct option main_options[] = {
|
||||
{ "write", required_argument, NULL, 'w' },
|
||||
{ "analyze", required_argument, NULL, 'a' },
|
||||
{ "server", required_argument, NULL, 's' },
|
||||
{ "priority",required_argument, NULL, 'p' },
|
||||
{ "index", required_argument, NULL, 'i' },
|
||||
{ "time", no_argument, NULL, 't' },
|
||||
{ "date", no_argument, NULL, 'T' },
|
||||
|
Loading…
Reference in New Issue
Block a user