You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2013/12/23 17:09:01 UTC

git commit: CB-5648: clarify comments for the parms

Updated Branches:
  refs/heads/master 6f16c20cb -> dad8e2a89


CB-5648: clarify comments for the parms


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

Branch: refs/heads/master
Commit: dad8e2a89ae13f65aa7aa768754b763c36a83a6d
Parents: 6f16c20
Author: Marcel Kinard <cm...@gmail.com>
Authored: Mon Dec 23 11:07:37 2013 -0500
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Mon Dec 23 11:07:37 2013 -0500

----------------------------------------------------------------------
 src/create.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/dad8e2a8/src/create.js
----------------------------------------------------------------------
diff --git a/src/create.js b/src/create.js
index f741e2f..77d9a69 100644
--- a/src/create.js
+++ b/src/create.js
@@ -32,9 +32,9 @@ var DEFAULT_NAME = "HelloCordova",
 
 /**
  * Usage:
- * @dir - required, directory where the poroject will be created.
- * @id - app id.
- * @name - app name.
+ * @dir - directory where the project will be created. Required.
+ * @id - app id. Optional, default is DEFAULT_ID.
+ * @name - app name. Optional, default is DEFAULT_NAME.
  * @cfg - extra config to be saved in .cordova/config.json
  **/
 // Returns a promise.