aboutsummaryrefslogtreecommitdiff
path: root/src/topology/gnunet-daemon-topology.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-01 08:46:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-01 08:46:27 +0000
commit11a2d8cd5b619a0fea63e766585c6ec4687a0707 (patch)
tree0b18ea0e567fd7bf5ca50b5994df5abe1ba77d95 /src/topology/gnunet-daemon-topology.c
parent9b986bcca579585f4f113d22b7c841a2ab28de0c (diff)
downloadgnunet-11a2d8cd5b619a0fea63e766585c6ec4687a0707.tar.gz
gnunet-11a2d8cd5b619a0fea63e766585c6ec4687a0707.zip
renaming gnunet-nat-server/client for consistency, other minor fixes
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;