From b1a9e15eea2612a2a5efbe8b6894f1448893ef97 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 17:17:52 +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 c7858d9..3ec1653 100644 --- a/JSDOC/PackerRun.vala +++ b/JSDOC/PackerRun.vala @@ -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 }, - { "index-files", 0, 0, OptionArg.STRING, ref opt_files_from ,"a text file listing files to compile", null }, + { "index-files", 0, 0, OptionArg.STRING_ARRAY, ref opt_files_from ,"files that contain listing of files to compile", null }, { "debug", 0, 0, OptionArg.NONE, ref opt_debug, "Show debug messages", null }, { null } -- 2.39.2