aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gnunet-gns-proxy.c')
-rw-r--r--src/gns/gnunet-gns-proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c
index 35f42cdec..2a6de1c30 100644
--- a/src/gns/gnunet-gns-proxy.c
+++ b/src/gns/gnunet-gns-proxy.c
@@ -3263,13 +3263,13 @@ main (int argc, char *const *argv)
3263{ 3263{
3264 struct GNUNET_GETOPT_CommandLineOption options[] = { 3264 struct GNUNET_GETOPT_CommandLineOption options[] = {
3265 3265
3266 GNUNET_GETOPT_OPTION_SET_ULONG ('p', 3266 GNUNET_GETOPT_option_ulong ('p',
3267 "port", 3267 "port",
3268 NULL, 3268 NULL,
3269 gettext_noop ("listen on specified port (default: 7777)"), 3269 gettext_noop ("listen on specified port (default: 7777)"),
3270 &port), 3270 &port),
3271 3271
3272 GNUNET_GETOPT_OPTION_STRING ('a', 3272 GNUNET_GETOPT_option_string ('a',
3273 "authority", 3273 "authority",
3274 NULL, 3274 NULL,
3275 gettext_noop ("pem file to use as CA"), 3275 gettext_noop ("pem file to use as CA"),