aboutsummaryrefslogtreecommitdiff
path: root/src/setup
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-07-06 18:55:46 +0000
committerChristian Grothoff <christian@grothoff.org>2014-07-06 18:55:46 +0000
commit98a9721c23d2005799b3c21fb8245ce53f5151bb (patch)
treec3fdfebc1e3d7dc2df387211c36295911863a6c7 /src/setup
parent73657fd9f323c1a079bbf4a1222c01fd0e1fc438 (diff)
downloadgnunet-gtk-98a9721c23d2005799b3c21fb8245ce53f5151bb.tar.gz
gnunet-gtk-98a9721c23d2005799b3c21fb8245ce53f5151bb.zip
-fix link
Diffstat (limited to 'src/setup')
-rw-r--r--src/setup/gnunet-setup-options.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/setup/gnunet-setup-options.c b/src/setup/gnunet-setup-options.c
index 1e572610..35524a73 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1230,7 +1230,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1230 "hostlist", 1230 "hostlist",
1231 "OPTIONS", 1231 "OPTIONS",
1232 gettext_noop ("Should this peer offer a hostlist to other peers"), 1232 gettext_noop ("Should this peer offer a hostlist to other peers"),
1233 "https://gnunet.org/configuration-hostlist-server", 1233 "https://gnunet.org/content/configuring-hostlist-bootstrap",
1234 &load_option_list, 1234 &load_option_list,
1235 &save_option_list, "-p", 1235 &save_option_list, "-p",
1236 &highlight_port_collisions, NULL, 1236 &highlight_port_collisions, NULL,
@@ -1242,7 +1242,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1242 "hostlist", 1242 "hostlist",
1243 "OPTIONS", 1243 "OPTIONS",
1244 gettext_noop ("Should this peer advertise its hostlist to other peers"), 1244 gettext_noop ("Should this peer advertise its hostlist to other peers"),
1245 "https://gnunet.org/configuration-hostlist-server", 1245 "https://gnunet.org/content/configuring-hostlist-bootstrap",
1246 &load_option_list, 1246 &load_option_list,
1247 &save_option_list, "-a", 1247 &save_option_list, "-a",
1248 NULL, NULL, 1248 NULL, NULL,
@@ -1254,7 +1254,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1254 "hostlist", 1254 "hostlist",
1255 "HTTPPORT", 1255 "HTTPPORT",
1256 gettext_noop ("Port this peers hostlist should be offered on"), 1256 gettext_noop ("Port this peers hostlist should be offered on"),
1257 "https://gnunet.org/configuration-hostlist-server", 1257 "https://gnunet.org/content/configuring-hostlist-bootstrap",
1258 &load_number, 1258 &load_number,
1259 &save_number, NULL, 1259 &save_number, NULL,
1260 &highlight_port_collisions, NULL, 1260 &highlight_port_collisions, NULL,