JSDOC/Options.js
[gnome.introspection-doc-generator] / JSDOC / Options.js
index a6bf793..440fb09 100644 (file)
@@ -187,5 +187,16 @@ Options = {
         }
         
         
+    },
+    function showHelp()
+    {
+        print ("Usage: ");
+        for(var i in this) {
+            if (i.substring(0,2) != '--') {
+                continue;
+            }
+            print( i + '  ARG  : ' + this[i]);
+            
+        }
     }
 }
\ No newline at end of file