From 5291b49b148647c925dd6e693376915ffa1da27f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 17:08:50 +0800 Subject: [PATCH] JSDOC/PackerRun.vala --- JSDOC/PackerRun.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/PackerRun.vala b/JSDOC/PackerRun.vala index bd1702a..13a19a5 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -14,7 +14,7 @@ namespace JSDOC { "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_files ,"add a file to compile", 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 }, { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null }, -- 2.39.2