You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2014/06/06 23:28:59 UTC

[2/2] git commit: Added list of supported architectures in help text

Added list of supported architectures in help text


Project: http://git-wip-us.apache.org/repos/asf/cordova-windows/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-windows/commit/fcb1f664
Tree: http://git-wip-us.apache.org/repos/asf/cordova-windows/tree/fcb1f664
Diff: http://git-wip-us.apache.org/repos/asf/cordova-windows/diff/fcb1f664

Branch: refs/heads/master
Commit: fcb1f6642cc0affe2c6ef78293af40087a070f8a
Parents: 28bba70
Author: Jesse MacFadyen <pu...@gmail.com>
Authored: Fri Jun 6 14:28:42 2014 -0700
Committer: Jesse MacFadyen <pu...@gmail.com>
Committed: Fri Jun 6 14:28:42 2014 -0700

----------------------------------------------------------------------
 windows8/template/cordova/lib/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-windows/blob/fcb1f664/windows8/template/cordova/lib/build.js
----------------------------------------------------------------------
diff --git a/windows8/template/cordova/lib/build.js b/windows8/template/cordova/lib/build.js
index 912c493..a342921 100644
--- a/windows8/template/cordova/lib/build.js
+++ b/windows8/template/cordova/lib/build.js
@@ -39,7 +39,7 @@ function Usage() {
     Log("    --debug   : builds project in debug mode. (Default)");
     Log("    --release : builds project in release mode.");
     Log("    -r        : shortcut :: builds project in release mode.");
-    Log("    --archs   : Builds project binaries for specific chip architectures.");
+    Log("    --archs   : Builds project binaries for specific chip architectures. `arm` + `x86` + `x64` are supported.");
     Log("examples:");
     Log("    build ");
     Log("    build --debug");