Commit 9ecb27f2 authored by Joanne Hugé's avatar Joanne Hugé

Add interval option to getopt

parent e398ce7c
...@@ -320,7 +320,7 @@ static void process_options(int argc, char *argv[]) { ...@@ -320,7 +320,7 @@ static void process_options(int argc, char *argv[]) {
int network_if_specified = 0; int network_if_specified = 0;
for (;;) { for (;;) {
int c = getopt(argc, argv, "ab:d:f:ghp:r:tv"); int c = getopt(argc, argv, "ab:d:f:ghi:p:r:tv");
if (c == -1) if (c == -1)
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment