JSDOC/PackerRun.vala
authorAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:07:03 +0000 (17:07 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 25 Nov 2015 09:07:03 +0000 (17:07 +0800)
JSDOC/PackerRun.vala

index ec62b17..b89cad0 100644 (file)
@@ -7,12 +7,12 @@
 namespace JSDOC
 {
 
-       class PackerRun : Gtk.Application  
+       class PackerRun : Application  
        {
                const OptionEntry[] options = {
                
                        
-                       { "target", 0, 0, OptionArg.STRING, ref opt_target "Target File to write (eg. roojs.js)", null },
+                       { "target", 0, 0, OptionArg.STRING, ref opt_target, "Target File to write (eg. roojs.js)", null },
                        { "tmpdir", 0, 0, OptionArg.STRING, ref opt_tmpdir, "Temporary Directory to use", null },
                        { "file", 0, 0, OptionArg.STRING, ref opt_compile_files ,"add a file to compile", null },
                        { "files-from", 0, 0, OptionArg.STRING, ref opt_compile_files ,"a text file listing files to compile", null },