projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b6037f
)
src/collectd.c: Include the plugin directory in the usage output.
author
Florian Forster
<octo@huhu.verplant.org>
Tue, 19 Jan 2010 07:22:56 +0000
(08:22 +0100)
committer
Florian Forster
<octo@huhu.verplant.org>
Tue, 19 Jan 2010 07:22:56 +0000
(08:22 +0100)
src/collectd.c
patch
|
blob
|
history
diff --git
a/src/collectd.c
b/src/collectd.c
index
bc69a3b
..
abab10f
100644
(file)
--- a/
src/collectd.c
+++ b/
src/collectd.c
@@
-259,9
+259,10
@@
static void exit_usage (int status)
#endif
" -h Display help (this message)\n"
"\nBuiltin defaults:\n"
- " Config-File "CONFIGFILE"\n"
- " PID-File "PIDFILE"\n"
- " Data-Directory "PKGLOCALSTATEDIR"\n"
+ " Config file "CONFIGFILE"\n"
+ " PID file "PIDFILE"\n"
+ " Plugin directory "PLUGINDIR"\n"
+ " Data directory "PKGLOCALSTATEDIR"\n"
"\n"PACKAGE" "VERSION", http://collectd.org/\n"
"by Florian octo Forster <octo@verplant.org>\n"
"for contributions see `AUTHORS'\n");