aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-04 04:19:36 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-04 04:19:36 +0000
commit23df475eeca3e1e5a5cd389bf206c992d7ff3ad5 (patch)
treec0e74a261883a02113b9c4c7e98b0dc9a1da19bf
parent56110d97bc423d8c4a2c8cd66b2bb8486b6ffd13 (diff)
downloadgnunet-gtk-23df475eeca3e1e5a5cd389bf206c992d7ff3ad5.tar.gz
gnunet-gtk-23df475eeca3e1e5a5cd389bf206c992d7ff3ad5.zip
-new links are without content/
-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 58b659bc..c576390c 100644
--- a/src/setup/gnunet-setup-options.c
+++ b/src/setup/gnunet-setup-options.c
@@ -1309,7 +1309,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1309 "hostlist", 1309 "hostlist",
1310 "OPTIONS", 1310 "OPTIONS",
1311 gettext_noop ("Should this peer offer a hostlist to other peers"), 1311 gettext_noop ("Should this peer offer a hostlist to other peers"),
1312 "https://gnunet.org/content/configuring-hostlist-bootstrap", 1312 "https://gnunet.org/configuring-hostlist-bootstrap",
1313 &load_option_list, 1313 &load_option_list,
1314 &save_option_list, "-p", 1314 &save_option_list, "-p",
1315 &highlight_port_collisions, NULL, 1315 &highlight_port_collisions, NULL,
@@ -1321,7 +1321,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1321 "hostlist", 1321 "hostlist",
1322 "OPTIONS", 1322 "OPTIONS",
1323 gettext_noop ("Should this peer advertise its hostlist to other peers"), 1323 gettext_noop ("Should this peer advertise its hostlist to other peers"),
1324 "https://gnunet.org/content/configuring-hostlist-bootstrap", 1324 "https://gnunet.org/configuring-hostlist-bootstrap",
1325 &load_option_list, 1325 &load_option_list,
1326 &save_option_list, "-a", 1326 &save_option_list, "-a",
1327 NULL, NULL, 1327 NULL, NULL,
@@ -1333,7 +1333,7 @@ const struct GNUNET_SETUP_OptionSpecification option_specifications[] = {
1333 "hostlist", 1333 "hostlist",
1334 "HTTPPORT", 1334 "HTTPPORT",
1335 gettext_noop ("Port this peers hostlist should be offered on"), 1335 gettext_noop ("Port this peers hostlist should be offered on"),
1336 "https://gnunet.org/content/configuring-hostlist-bootstrap", 1336 "https://gnunet.org/configuring-hostlist-bootstrap",
1337 &load_number, 1337 &load_number,
1338 &save_number, NULL, 1338 &save_number, NULL,
1339 &highlight_port_collisions, NULL, 1339 &highlight_port_collisions, NULL,