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

index fdb972c..0c3a5bb 100644 (file)
@@ -18,8 +18,8 @@ namespace JSDOC
        {
                const OptionEntry[] options = {
                
-                       { "jsfile", 0, 0, OptionArg.FILENAME_ARRAY, ref opt_files ,"add a file to compile", null },
-                       { "target", 0, 0, OptionArg.STRING, ref opt_target, "Target File to write (eg. roojs.js)", null },
+                       { "jsfile", 'f', 0, OptionArg.FILENAME_ARRAY, ref opt_files ,"add a file to compile", null },
+                       { "target", 't', 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-debug.js)", null },
                        { "tmpdir", 0, 0, OptionArg.STRING, ref opt_tmpdir, "Temporary Directory to use", null },