monitor: Add support --priority option to getopt parsing

This commit is contained in:
Marcel Holtmann 2015-11-08 07:48:00 +01:00
parent 66870b76b7
commit d94a567caf

View File

@ -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' },