Code

src/collectd.c: Include the plugin directory in the usage output.
authorFlorian Forster <octo@huhu.verplant.org>
Tue, 19 Jan 2010 07:22:56 +0000 (08:22 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 19 Jan 2010 07:22:56 +0000 (08:22 +0100)
src/collectd.c

index bc69a3b7fc47d2279f63b0d148b210f525bcf825..abab10f93c927eb013355da8d19659c5c69b0bca 100644 (file)
@@ -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");