aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/topology/gnunet-daemon-topology.c')
-rw-r--r--src/topology/gnunet-daemon-topology.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/topology/gnunet-daemon-topology.c b/src/topology/gnunet-daemon-topology.c
index 35841567a..026297b65 100644
--- a/src/topology/gnunet-daemon-topology.c
+++ b/src/topology/gnunet-daemon-topology.c
@@ -1482,7 +1482,7 @@ main (int argc, char *const *argv)
1482 ret = (GNUNET_OK == 1482 ret = (GNUNET_OK ==
1483 GNUNET_PROGRAM_run (argc, 1483 GNUNET_PROGRAM_run (argc,
1484 argv, 1484 argv,
1485 "topology", 1485 "gnunet-daemon-topology",
1486 _("GNUnet topology control (maintaining P2P mesh and F2F constraints)"), 1486 _("GNUnet topology control (maintaining P2P mesh and F2F constraints)"),
1487 options, 1487 options,
1488 &run, NULL)) ? 0 : 1; 1488 &run, NULL)) ? 0 : 1;