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/12 01:15:15 UTC

docs commit: [CB-2645] fixed command line usage on BB to reflect changes to scripts brought in by CB-2381, requests 3 arguments, domain ignored

Updated Branches:
  refs/heads/master 14b721785 -> 33000b1b9


[CB-2645] fixed command line usage on BB to reflect changes to scripts brought in by CB-2381, requests 3 arguments, domain ignored


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

Branch: refs/heads/master
Commit: 33000b1b9a25173fad5c49c9e000011ea23d911c
Parents: 14b7217
Author: doggerelverse <lo...@adobe.com>
Authored: Mon Mar 11 14:47:59 2013 -0700
Committer: doggerelverse <lo...@adobe.com>
Committed: Mon Mar 11 14:47:59 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/command-line/index.md |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/33000b1b/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 652a064..b2451f6 100644
--- a/docs/en/edge/guide/command-line/index.md
+++ b/docs/en/edge/guide/command-line/index.md
@@ -160,15 +160,18 @@ The BlackBerry command-line tools are built upon shell scripts.
 Run the `create` command with the following parameters:
 
 * Path to your new Cordova BlackBerry project
+* Placeholder package name
 * Application name
 
 <!-- -->
 
-    $ /path/to/cordova-blackberry-webworks/bin/create /path/to/my_new_cordova_project CordovaProjectName
+    $ /path/to/cordova-blackberry-webworks/bin/create /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
 
 or, on **Windows**
 
-    $ /path/to/cordova-blackberry-webworks/bin/create.bat /path/to/my_new_cordova_project CordovaProjectName
+    $ /path/to/cordova-blackberry-webworks/bin/create.bat /path/to/my_new_cordova_project com.example.cordova_project_name CordovaProjectName
+
+Note: the package name placeholder (com.example.cordova_project_name) is ignored on the Blackberry platform, but is required for use of the crossplatform tools
 
 ### Build a project