From 7596ace468a248d4c77b769d75147ada2c2111da Mon Sep 17 00:00:00 2001 From: Florian octo Forster Date: Tue, 26 Feb 2008 12:22:15 +0100 Subject: [PATCH] src/collectd.c: Add the `-t' and `-h' switches to the usage information. --- src/collectd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/collectd.c b/src/collectd.c index 984ff757..97014905 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -227,11 +227,13 @@ static void exit_usage (void) " General:\n" " -C Configuration file.\n" " Default: "CONFIGFILE"\n" + " -t Test config and exit.\n" " -P 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" -- 2.11.0