From 97367866d955981cfe3adbed9294eb31dc8ba1c4 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 7 Aug 2010 09:51:08 +0200 Subject: [PATCH] collectd-flush: Include version and author information in usage output. Just like the other tools. --- src/collectd-flush.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/collectd-flush.c b/src/collectd-flush.c index 38699914..da81bf45 100644 --- a/src/collectd-flush.c +++ b/src/collectd-flush.c @@ -114,6 +114,10 @@ static void exit_usage (const char *name, int status) { "Flushes all CPU wait RRD values of the first CPU of the local host.\n" "I.e., writes all pending RRD updates of that data-source to disk.\n" + + "\n"PACKAGE" "VERSION", http://collectd.org/\n" + "by Florian octo Forster \n" + "for contributions see `AUTHORS'\n" , name); exit (status); } -- 2.11.0