aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-16 08:32:22 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-16 08:32:22 +0000
commit55ae2c7f6f6332f7530444d33f88c2b47b1b79ef (patch)
tree7ccb5fac551a227fb0d4f01a54d4d60602f92c4f /src/statistics
parent9bd800e9794c86d5e15f2ddcaa13e5779100bf9d (diff)
downloadgnunet-55ae2c7f6f6332f7530444d33f88c2b47b1b79ef.tar.gz
gnunet-55ae2c7f6f6332f7530444d33f88c2b47b1b79ef.zip
more stats
Diffstat (limited to 'src/statistics')
-rw-r--r--src/statistics/gnunet-statistics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statistics/gnunet-statistics.c b/src/statistics/gnunet-statistics.c
index ed0432194..4fc8d8435 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -179,7 +179,7 @@ main (int argc, char *const *argv)
179 return (GNUNET_OK == 179 return (GNUNET_OK ==
180 GNUNET_PROGRAM_run (argc, 180 GNUNET_PROGRAM_run (argc,
181 argv, 181 argv,
182 "gnunet-statistics", 182 "gnunet-statistics [options [value]]",
183 gettext_noop 183 gettext_noop
184 ("Print statistics about GNUnet operations."), 184 ("Print statistics about GNUnet operations."),
185 options, &run, NULL)) ? ret : 1; 185 options, &run, NULL)) ? ret : 1;