From: Alan Knowles Date: Wed, 25 Nov 2015 09:15:20 +0000 (+0800) Subject: JSDOC/PackerRun.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=b2c5193a4b12d1f35893a51316790b4cc4a25a9c JSDOC/PackerRun.vala --- diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index a05e776..fedded7 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -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 = "";