pack.js
authorAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 06:44:17 +0000 (14:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Tue, 27 Jul 2010 06:44:17 +0000 (14:44 +0800)
pack.js

diff --git a/pack.js b/pack.js
index b2f3c95..6cf3046 100644 (file)
--- 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;
     }