aboutsummaryrefslogtreecommitdiff
path: root/src/nat/gnunet-nat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nat/gnunet-nat.c')
-rw-r--r--src/nat/gnunet-nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nat/gnunet-nat.c b/src/nat/gnunet-nat.c
index 07e65141b..10921150d 100644
--- a/src/nat/gnunet-nat.c
+++ b/src/nat/gnunet-nat.c
@@ -610,7 +610,7 @@ main (int argc,
610 {'e', "external", "ADDRESS", 610 {'e', "external", "ADDRESS",
611 gettext_noop ("which external IP and port should be used to test"), 611 gettext_noop ("which external IP and port should be used to test"),
612 GNUNET_YES, &GNUNET_GETOPT_set_string, &extern_addr }, 612 GNUNET_YES, &GNUNET_GETOPT_set_string, &extern_addr },
613 {'l', "local", "ADDRESS", 613 {'i', "in", "ADDRESS",
614 gettext_noop ("which IP and port are we locally using to listen to for connection reversals"), 614 gettext_noop ("which IP and port are we locally using to listen to for connection reversals"),
615 GNUNET_YES, &GNUNET_GETOPT_set_string, &local_addr }, 615 GNUNET_YES, &GNUNET_GETOPT_set_string, &local_addr },
616 {'r', "remote", "ADDRESS", 616 {'r', "remote", "ADDRESS",