Diff between 66870b76b7e6610d0df430bb966f62038a742df9 and d94a567caf22bd3e52c9adaca23b2939f2e49d8d

Changed Files

File Additions Deletions Status
monitor/main.c +1 -0 modified

Full Patch

diff --git a/monitor/main.c b/monitor/main.c
index faf629e..5f6be79 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' },