From: Florian Forster Date: Mon, 15 Jul 2013 13:12:57 +0000 (+0200) Subject: Fix typo in usage information. X-Git-Tag: v1.0.1^2 X-Git-Url: https://git.octo.it/?p=statsd-tg.git;a=commitdiff_plain;h=b99e98e0db74a9dbed8ed766ffb8e48acf364050 Fix typo in usage information. --- diff --git a/src/statsd-tg.c b/src/statsd-tg.c index 3f792f7..5dda266 100644 --- a/src/statsd-tg.c +++ b/src/statsd-tg.c @@ -74,7 +74,7 @@ static void exit_usage (int exit_status) /* {{{ */ fprintf ((exit_status == EXIT_FAILURE) ? stderr : stdout, PACKAGE_NAME" -- statsd traffic generator\n" "\n" - " Usage: statsd-ng [OPTION]\n" + " Usage: statsd-tg [OPTION]\n" "\n" " Valid options:\n" " -c Number of counters to emulate. (Default: %i)\n"