You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/07/29 02:54:16 UTC

docs commit: [CB-4347] Fix incorrect syntax for release build

Updated Branches:
  refs/heads/master 35c9b40ed -> 2a6610a21


[CB-4347] Fix incorrect syntax for release build


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

Branch: refs/heads/master
Commit: 2a6610a21e04fa39ed7aa9108bb9d7aef226b8e9
Parents: 35c9b40
Author: Bryan Higgins <br...@bryanhiggins.net>
Authored: Sun Jul 28 20:53:16 2013 -0400
Committer: Bryan Higgins <br...@bryanhiggins.net>
Committed: Sun Jul 28 20:53:16 2013 -0400

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/blackberry10/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/2a6610a2/docs/en/edge/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/index.md b/docs/en/edge/guide/platforms/blackberry10/index.md
index 28af77e..c8539ed 100644
--- a/docs/en/edge/guide/platforms/blackberry10/index.md
+++ b/docs/en/edge/guide/platforms/blackberry10/index.md
@@ -75,7 +75,7 @@ directory:
 
 ## Deploy to Emulator
 
-Before testing an app on either on an emulator or a device, you need to add a _target_ to your project. Each is identified with a unique name, and associated with an IP address. You need to get the IP address from the emulator before you use it to view apps.
+Before testing an app on either an emulator or a device, you need to add a _target_ to your project. Each is identified with a unique name, and associated with an IP address. You need to get the IP address from the emulator before you use it to view apps.
 
 Launch the emulator image, then choose __Settings__ from the home screen:
 
@@ -149,10 +149,10 @@ You need to run a different `build` command to create a release version suitable
 
 Windows
 
-    platforms\blackberry10\cordova\build.bat release --keystorepass mysecret
+    platforms\blackberry10\cordova\build.bat --release --keystorepass mysecret
 
 Mac/Linux
 
-    platforms/blackberry10/cordova/build release --keystorepass mysecret
+    platforms/blackberry10/cordova/build --release --keystorepass mysecret
 
 --keystorepass specifies the password you defined when you configured your computer to sign applications.