aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gnunet-gns-proxy.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-25 21:25:44 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-25 21:25:44 +0100
commit5a7cef0202631204485cbcb1e36671e4321a936f (patch)
treeff3d10ac71f9284f18be7c33939f3438071e15c4 /src/gns/gnunet-gns-proxy.c
parent2ad934742422ecb63fe3fafdc8c73d067a9e2fb7 (diff)
downloadgnunet-5a7cef0202631204485cbcb1e36671e4321a936f.tar.gz
gnunet-5a7cef0202631204485cbcb1e36671e4321a936f.zip
rename GNUNET_GETOPT functions to achieve better consistency
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"),