aboutsummaryrefslogtreecommitdiff
path: root/src/statistics
diff options
context:
space:
mode:
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;