JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index 5f7aa89..a6bf793 100644 (file)
@@ -71,6 +71,11 @@ Options = {
     },
     init : function()
     {
+        
+        if (this.help) {
+            this.showHelp();
+            throw "DONE";
+        }
         this.LOG.verbose = this.verbose;