From: Sebastian Harl Date: Sat, 7 Aug 2010 07:51:08 +0000 (+0200) Subject: collectd-flush: Include version and author information in usage output. X-Git-Tag: collectd-5.0.0-beta0~69 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=97367866d955981cfe3adbed9294eb31dc8ba1c4;p=collectd.git collectd-flush: Include version and author information in usage output. Just like the other tools. --- 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); }