diff --git a/src/redir.c b/src/redir.c index dfd01856..3ffaaf37 100644 --- a/src/redir.c +++ b/src/redir.c @@ -806,7 +806,7 @@ main(int argc, char **argv) { "mptcp", no_argument, NULL, GETOPT_VAL_MPTCP }, { "plugin", required_argument, NULL, GETOPT_VAL_PLUGIN }, { "plugin-opts", required_argument, NULL, GETOPT_VAL_PLUGIN_OPTS }, - { "port-reuse", no_argument, NULL, GETOPT_VAL_REUSE_PORT }, + { "reuse-port", no_argument, NULL, GETOPT_VAL_REUSE_PORT }, { "help", no_argument, NULL, GETOPT_VAL_HELP }, { NULL, 0, NULL, 0 } }; diff --git a/src/tunnel.c b/src/tunnel.c index f05e442f..b68d24ea 100644 --- a/src/tunnel.c +++ b/src/tunnel.c @@ -753,7 +753,7 @@ main(int argc, char **argv) { "mptcp", no_argument, NULL, GETOPT_VAL_MPTCP }, { "plugin", required_argument, NULL, GETOPT_VAL_PLUGIN }, { "plugin-opts", required_argument, NULL, GETOPT_VAL_PLUGIN_OPTS }, - { "port-reuse", no_argument, NULL, GETOPT_VAL_REUSE_PORT }, + { "reuse-port", no_argument, NULL, GETOPT_VAL_REUSE_PORT }, { "help", no_argument, NULL, GETOPT_VAL_HELP }, { NULL, 0, NULL, 0} };