projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60c8736
)
src/collectd.c: Add the `-t' and `-h' switches to the usage information.
author
Florian octo Forster
<octo@dev4.office.noris.de>
Tue, 26 Feb 2008 11:22:15 +0000
(12:22 +0100)
committer
Florian octo Forster
<octo@dev4.office.noris.de>
Tue, 26 Feb 2008 11:22:15 +0000
(12:22 +0100)
src/collectd.c
patch
|
blob
|
history
diff --git
a/src/collectd.c
b/src/collectd.c
index
984ff75
..
9701490
100644
(file)
--- a/
src/collectd.c
+++ b/
src/collectd.c
@@
-227,11
+227,13
@@
static void exit_usage (void)
" General:\n"
" -C <file> Configuration file.\n"
" Default: "CONFIGFILE"\n"
+ " -t Test config and exit.\n"
" -P <file> PID-file.\n"
" Default: "PIDFILE"\n"
#if COLLECT_DAEMON
" -f Don't fork to the background.\n"
#endif
+ " -h Display help (this message)\n"
"\nBuiltin defaults:\n"
" Config-File "CONFIGFILE"\n"
" PID-File "PIDFILE"\n"