From: Alan Knowles Date: Tue, 27 Jul 2010 06:44:17 +0000 (+0800) Subject: pack.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=a152cc9bbe20ae00d419098c8a1d3c37aadec2f8 pack.js --- diff --git a/pack.js b/pack.js index b2f3c95..6cf3046 100644 --- a/pack.js +++ b/pack.js @@ -11,7 +11,7 @@ * -C no cleanup (use with -w if you need are using a cache directory.) * -p prefix for translation md5 generator (directory that files are in, and is removed * from path when generating an md5 for the translated name. - * -w keepWhite - keeps the white space in the output files. + * -k keepWhite - keeps the white space in the output files. * -a autoBuild - puts target in INPUTDIR/compiled/Core-TIMESTAMP.js and enabled translastion * * -m module name used with autoBuild to force a module name. @@ -81,7 +81,7 @@ for(var i =0; i < args.length;i++) { cfg.autoBuild = true continue; } - if (args[i] == '-w') { + if (args[i] == '-k') { cfg.keepWhite = true continue; }