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

index 970eb84..c7858d9 100644 (file)
@@ -23,7 +23,7 @@ namespace JSDOC
                        { "debug-target", 0, 0, OptionArg.STRING, ref opt_debug_target, "Target File to write debug code (eg. roojs-debug.js)", null },
                        { "tmpdir", 0, 0, OptionArg.STRING, ref opt_tmpdir, "Temporary Directory to use", null },
                        { "file", 0, 0, OptionArg.STRING_ARRAY, ref opt_files ,"add a file to compile", null },
-                       { "files-from", 0, 0, OptionArg.STRING, ref opt_files_from ,"a text file listing files to compile", null },              
+                       { "index-files", 0, 0, OptionArg.STRING, ref opt_files_from ,"a text file listing files to compile", null },             
  
                        { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null },
                        { null }
@@ -72,7 +72,7 @@ namespace JSDOC
                        if (opt_files.length > 0) {
                                p.loadFiles(opt_files);
                        }
-                       
+                       p.
                }