]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtkdoc: rename --nohtml to --no-html
authorFlorian Brosch <flo.brosch@gmail.com>
Tue, 15 Feb 2011 02:16:35 +0000 (03:16 +0100)
committerFlorian Brosch <flo.brosch@gmail.com>
Tue, 15 Feb 2011 02:16:35 +0000 (03:16 +0100)
src/doclets/gtkdoc/doclet.vala

index 8891aa20c662830da09a00b96318a65d4d5947d2..55897ac126addb20ab8f8fb50a6365e3a5b62e1d 100644 (file)
@@ -37,7 +37,7 @@ namespace Gtkdoc.Config {
                        { "ignore-headers", 'x', 0, OptionArg.FILENAME_ARRAY, ref ignore_headers, "A list of header files to not scan", "FILES" },
                        { "deprecated-guards", 'd', 0, OptionArg.STRING, ref deprecated_guards, "A |-separated list of symbols used as deprecation guards", "GUARDS" },
                        { "ignore-decorators", 0, 0, OptionArg.STRING, ref ignore_decorators, "A |-separated list of addition decorators in declarations that should be ignored", "DECS" },
-                       { "nohtml", 0, 0, OptionArg.NONE, ref nohtml, "Disable HTML generation", null },
+                       { "no-html", 0, 0, OptionArg.NONE, ref nohtml, "Disable HTML generation", null },
                        { null }
                };