From d94a567caf22bd3e52c9adaca23b2939f2e49d8d Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Nov 2015 07:48:00 +0100 Subject: [PATCH] monitor: Add support --priority option to getopt parsing --- monitor/main.c | 1 + 1 file changed, 1 insertion(+) 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' }, -- 2.47.3