aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-vpn.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-15 18:47:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-15 18:47:35 +0000
commitca1ad221dc3b75841d7debfd5c9abc937845958a (patch)
tree400c89ef0d962521f96c48abcff7faa56ba7eb1d /src/vpn/gnunet-vpn.c
parent4fcf3ed7d39b7f7b66bb762c87afeed31b30f698 (diff)
downloadgnunet-ca1ad221dc3b75841d7debfd5c9abc937845958a.tar.gz
gnunet-ca1ad221dc3b75841d7debfd5c9abc937845958a.zip
-fix
Diffstat (limited to 'src/vpn/gnunet-vpn.c')
-rw-r--r--src/vpn/gnunet-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-vpn.c b/src/vpn/gnunet-vpn.c
index 74975d3d6..ecc0442c6 100644
--- a/src/vpn/gnunet-vpn.c
+++ b/src/vpn/gnunet-vpn.c
@@ -312,7 +312,7 @@ main (int argc, char *const *argv)
312 1, &GNUNET_GETOPT_set_string, &peer_id}, 312 1, &GNUNET_GETOPT_set_string, &peer_id},
313 {'s', "service", "NAME", 313 {'s', "service", "NAME",
314 gettext_noop ("name of the service we would like to access"), 314 gettext_noop ("name of the service we would like to access"),
315 1, &GNUNET_GETOPT_set_string, &peer_id}, 315 1, &GNUNET_GETOPT_set_string, &service_name},
316 {'t', "tcp", NULL, 316 {'t', "tcp", NULL,
317 gettext_noop ("service is offered via TCP"), 317 gettext_noop ("service is offered via TCP"),
318 0, &GNUNET_GETOPT_set_one, &tcp}, 318 0, &GNUNET_GETOPT_set_one, &tcp},