projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68215bd
)
collectd-flush: Include version and author information in usage output.
author
Sebastian Harl
<sh@tokkee.org>
Sat, 7 Aug 2010 07:51:08 +0000
(09:51 +0200)
committer
Sebastian Harl
<sh@tokkee.org>
Sat, 7 Aug 2010 07:51:08 +0000
(09:51 +0200)
Just like the other tools.
src/collectd-flush.c
patch
|
blob
|
history
diff --git
a/src/collectd-flush.c
b/src/collectd-flush.c
index
3869991
..
da81bf4
100644
(file)
--- 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 <octo@verplant.org>\n"
+ "for contributions see `AUTHORS'\n"
, name);
exit (status);
}