mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 10:04:58 +00:00
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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user