From: Evan Nemerson Date: Tue, 4 May 2010 20:52:56 +0000 (+0200) Subject: valadoc: fix --help output for --doclet option. X-Git-Tag: 0.37.1~3^2~463 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5cc5ae7dd84d19b3da9b3db2c83e7c95b300d58b;p=thirdparty%2Fvala.git valadoc: fix --help output for --doclet option. --- diff --git a/src/valadoc/valadoc.vala b/src/valadoc/valadoc.vala index 02ff73022..5dc001abd 100755 --- a/src/valadoc/valadoc.vala +++ b/src/valadoc/valadoc.vala @@ -83,7 +83,7 @@ public class ValaDoc : Object { { "wiki", 0, 0, OptionArg.FILENAME, ref wikidirectory, "Wiki directory", "DIRECTORY" }, { "deps", 0, 0, OptionArg.NONE, ref with_deps, "Adds packages to the documentation", null }, { "doclet-arg", 'X', 0, OptionArg.STRING_ARRAY, ref pluginargs, "Pass arguments to the doclet", "ARG" }, - { "doclet", 0, 0, OptionArg.STRING, ref pluginpath, "plugin", "Name of an included doclet or path to custom doclet" }, + { "doclet", 0, 0, OptionArg.STRING, ref pluginpath, "Name of an included doclet or path to custom doclet", "PLUGIN"}, { "no-protected", 0, OptionFlags.REVERSE, OptionArg.NONE, ref _protected, "Removes protected elements from documentation", null }, { "internal", 0, 0, OptionArg.NONE, ref _internal, "Adds internal elements to documentation", null },