summaryrefslogtreecommitdiff
path: root/monitor/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2015-11-08 07:48:00 +0100
committerMarcel Holtmann <marcel@holtmann.org>2015-11-08 07:48:00 +0100
commitd94a567caf22bd3e52c9adaca23b2939f2e49d8d (patch)
tree41381ea10663b31c847dc7d12d426e147e4d4c3d /monitor/main.c
parent66870b76b7e6610d0df430bb966f62038a742df9 (diff)
downloadbluez-d94a567caf22bd3e52c9adaca23b2939f2e49d8d.tar.gz
monitor: Add support --priority option to getopt parsing
Diffstat (limited to 'monitor/main.c')
-rw-r--r--monitor/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/monitor/main.c b/monitor/main.c
index faf629e2b..5f6be79e2 100644
--- a/monitor/main.c
+++ b/monitor/main.c
@@ -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' },