From: Florian octo Forster Date: Tue, 26 Feb 2008 11:22:15 +0000 (+0100) Subject: src/collectd.c: Add the `-t' and `-h' switches to the usage information. X-Git-Tag: collectd-4.4.0~87^2~5 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=7596ace468a248d4c77b769d75147ada2c2111da;p=collectd.git src/collectd.c: Add the `-t' and `-h' switches to the usage information. --- 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"