getopt_long: added postprocess

postprocess had only shortopt until now, add the long option for
consistency (there are still some, like -4/-6 that doesn't have its long
counterpart)
This commit is contained in:
Martin Pulec
2023-06-07 15:51:30 +02:00
parent b05589f923
commit 3985fa3479

View File

@@ -710,6 +710,7 @@ static int parse_options(int argc, char *argv[], struct ug_options *opt) {
{"limit-bitrate", required_argument, nullptr, 'l'},
{"capture", required_argument, nullptr, 't'},
{"mtu", required_argument, nullptr, 'm'},
{"postprocess", required_argument, nullptr, 'p'},
{"receive", required_argument, nullptr, 'r'},
{"send", required_argument, nullptr, 's'},
{"version", no_argument, nullptr, 'v'},