Updated Branches:
  refs/heads/master b00c364ca -> 9579e5358

[CB-4322] fixed cli doc usage wrt blackberry platform name (blackberry10)


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

Branch: refs/heads/master
Commit: 9579e5358503fc4626b2d375dbc986e0f1596c1e
Parents: b00c364
Author: Fil Maj <[email protected]>
Authored: Fri Jul 19 13:24:14 2013 -0700
Committer: Fil Maj <[email protected]>
Committed: Fri Jul 19 13:24:14 2013 -0700

----------------------------------------------------------------------
 docs/en/3.0.0/guide/cli/index.md | 6 +++---
 docs/en/edge/guide/cli/index.md  | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9579e535/docs/en/3.0.0/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/3.0.0/guide/cli/index.md b/docs/en/3.0.0/guide/cli/index.md
index 2650932..b9d0455 100644
--- a/docs/en/3.0.0/guide/cli/index.md
+++ b/docs/en/3.0.0/guide/cli/index.md
@@ -100,7 +100,7 @@ SDK.  Run any of these from a Mac:
 
         $ cordova platform add ios
         $ cordova platform add android
-        $ cordova platform add blackberry
+        $ cordova platform add blackberry10
 
 Run any of these from a Windows machine, where _wp_ refers to
 different versions of the Windows Phone operating system:
@@ -108,7 +108,7 @@ different versions of the Windows Phone operating system:
         $ cordova platform add wp7
         $ cordova platform add wp8
         $ cordova platform add android
-        $ cordova platform add blackberry
+        $ cordova platform add blackberry10
 
 Run this to check your current set of platforms:
 
@@ -118,7 +118,7 @@ Run this to check your current set of platforms:
 
 Run either of the following synonymous commands to remove a platform:
 
-        $ cordova platform remove blackberry
+        $ cordova platform remove blackberry10
         $ cordova platform rm android
 
 Running commands to add or remove platforms affects the contents of

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/9579e535/docs/en/edge/guide/cli/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/cli/index.md b/docs/en/edge/guide/cli/index.md
index 2650932..b9d0455 100644
--- a/docs/en/edge/guide/cli/index.md
+++ b/docs/en/edge/guide/cli/index.md
@@ -100,7 +100,7 @@ SDK.  Run any of these from a Mac:
 
         $ cordova platform add ios
         $ cordova platform add android
-        $ cordova platform add blackberry
+        $ cordova platform add blackberry10
 
 Run any of these from a Windows machine, where _wp_ refers to
 different versions of the Windows Phone operating system:
@@ -108,7 +108,7 @@ different versions of the Windows Phone operating system:
         $ cordova platform add wp7
         $ cordova platform add wp8
         $ cordova platform add android
-        $ cordova platform add blackberry
+        $ cordova platform add blackberry10
 
 Run this to check your current set of platforms:
 
@@ -118,7 +118,7 @@ Run this to check your current set of platforms:
 
 Run either of the following synonymous commands to remove a platform:
 
-        $ cordova platform remove blackberry
+        $ cordova platform remove blackberry10
         $ cordova platform rm android
 
 Running commands to add or remove platforms affects the contents of

Reply via email to