You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ti...@apache.org on 2013/03/21 21:37:02 UTC

docs commit: [CB-2735] - fixed up command line usage in the docs for blackberry

Updated Branches:
  refs/heads/master b33b2c700 -> 3bf80febb


[CB-2735] - fixed up command line usage in the docs for blackberry


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

Branch: refs/heads/master
Commit: 3bf80febb19577bc50456b9fc98fc1e21d311360
Parents: b33b2c7
Author: Tim Kim <ti...@adobe.com>
Authored: Thu Mar 21 13:36:37 2013 -0700
Committer: Tim Kim <ti...@adobe.com>
Committed: Thu Mar 21 13:36:37 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/command-line/index.md |   20 ++++++++++++++------
 1 files changed, 14 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/3bf80feb/docs/en/edge/guide/command-line/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/command-line/index.md b/docs/en/edge/guide/command-line/index.md
index b2451f6..b235cf2 100644
--- a/docs/en/edge/guide/command-line/index.md
+++ b/docs/en/edge/guide/command-line/index.md
@@ -181,13 +181,13 @@ This is necessary for things like supplying your BlackBerry signing key
 password, location of the BlackBerry WebWorks SDK, and location of
 BlackBerry simulator executables.
 
-    $ /path/to/my_new_cordova_project/cordova/debug
-
+    $ /path/to/my_new_cordova_project/cordova/build <platform>
+ 
 or, on **Windows**
 
-    $ /path/to/my_new_cordova_project/cordova/debug.bat
+    $ /path/to/my_new_cordova_project/cordova/build.bat <platform>
 
-### Launch emulator
+### Launch simulator
 
 For BlackBerry projects, please make sure you customize the
 `project.properties` file in the root of your Cordova project folder.
@@ -195,12 +195,20 @@ This is necessary for things like supplying your BlackBerry signing key
 password, location of the BlackBerry WebWorks SDK, and location of
 BlackBerry simulator executables.
 
-    $ /path/to/my_new_cordova_project/cordova/emulate
+    $ /path/to/my_new_cordova_project/cordova/run <platform>
+    
+and then choose 'no' when prompted with: 
 
+    Do you have a BlackBerry device connected to your computer? (y/n)
+    
 or, on **Windows**
 
-    $ /path/to/my_new_cordova_project/cordova/emulate.bat
+    $ /path/to/my_new_cordova_project/cordova/run <platform>
+
+and then choose 'no' when prompted with: 
 
+    Do you have a BlackBerry device connected to your computer? (y/n)
+    
 ### Logging
 
 Unfortunately streaming logs directly from the device is not