aboutsummaryrefslogtreecommitdiff
path: root/src/statistics/gnunet-statistics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/statistics/gnunet-statistics.c')
-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 ba13d6f5f..671fd35be 100644
--- a/src/statistics/gnunet-statistics.c
+++ b/src/statistics/gnunet-statistics.c
@@ -230,7 +230,7 @@ main (int argc, char *const *argv)
230 gettext_noop ("just print the statistics value"), 0, 230 gettext_noop ("just print the statistics value"), 0,
231 &GNUNET_GETOPT_set_one, &quiet}, 231 &GNUNET_GETOPT_set_one, &quiet},
232 {'w', "watch", NULL, 232 {'w', "watch", NULL,
233 gettext_noop ("watch value continously"), 0, 233 gettext_noop ("watch value continuously"), 0,
234 &GNUNET_GETOPT_set_one, &watch}, 234 &GNUNET_GETOPT_set_one, &watch},
235 GNUNET_GETOPT_OPTION_END 235 GNUNET_GETOPT_OPTION_END
236 }; 236 };