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

index a05e776..fedded7 100644 (file)
@@ -20,7 +20,7 @@ namespace JSDOC
                
                        
                        { "target", 0, 0, OptionArg.STRING, ref opt_target, "Target File to write (eg. roojs.js)", null },
-                       { "debug-target", 0, 0, OptionArg.STRING, ref opt_debug_target, "Target File to write debug code (eg. roojs.js)", null },
+                       { "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 },              
@@ -29,6 +29,7 @@ namespace JSDOC
                        { null }
                };
                public static string opt_target = "";
+               public static string opt_target = "";
                public static string opt_tmpdir = "";