aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/generate-underlay-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/generate-underlay-topology.c')
-rw-r--r--src/testbed/generate-underlay-topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testbed/generate-underlay-topology.c b/src/testbed/generate-underlay-topology.c
index 97c3c1e67..b7bd8fce9 100644
--- a/src/testbed/generate-underlay-topology.c
+++ b/src/testbed/generate-underlay-topology.c
@@ -306,7 +306,7 @@ run (void *cls,
306 default: 306 default:
307 break; 307 break;
308 } 308 }
309 /* contruct topologies */ 309 /* construct topologies */
310 switch (topology) 310 switch (topology)
311 { 311 {
312 case GNUNET_TESTBED_TOPOLOGY_LINE: 312 case GNUNET_TESTBED_TOPOLOGY_LINE:
@@ -393,7 +393,7 @@ main (int argc, char *const argv[])
393 "\t cap: the maximum number of links a node can have\n" 393 "\t cap: the maximum number of links a node can have\n"
394 "\t m: the number of links a node should have while joining the network\n" 394 "\t m: the number of links a node should have while joining the network\n"
395 "\t filename: the path of the file which contains topology information\n" 395 "\t filename: the path of the file which contains topology information\n"
396 "NOTE: the format of the above file is descibed here: https://www.gnunet.org/content/topology-file-format\n"), 396 "NOTE: the format of the above file is described here: https://www.gnunet.org/content/topology-file-format\n"),
397 option, 397 option,
398 &run, 398 &run,
399 NULL); 399 NULL);