optstring: added missing letter 'F' (capture filter)

This commit is contained in:
Martin Pulec
2023-02-28 15:37:02 +01:00
parent d04fff8c9e
commit de91c41a14

View File

@@ -849,7 +849,7 @@ static int parse_options(int argc, char *argv[], struct ug_options *opt) {
{"ttl", required_argument, nullptr, 'T'},
{0, 0, 0, 0}
};
const char *optstring = "Cd:t:m:r:s:v46c:hM:N::p:f:P:l:A:VST:";
const char *optstring = "Cd:t:m:r:s:v46c:hM:N::p:f:P:l:A:VST:F:";
int ch = 0;
while ((ch =