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

git commit: Instructions on no_app option.

Updated Branches:
  refs/heads/jira 5c8b7f9e1 -> ad6259a7f


Instructions on no_app option.


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

Branch: refs/heads/jira
Commit: ad6259a7f798b91746b9602326b87e274a2f6878
Parents: 5c8b7f9
Author: Fil Maj <ma...@gmail.com>
Authored: Tue Feb 26 13:06:53 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Tue Feb 26 13:06:53 2013 -0800

----------------------------------------------------------------------
 README.md |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/ad6259a7/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 69e2aee..7b46d9d 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,14 @@ You will need [node.js](http://nodejs.org), and `npm` which comes bundled with i
 
 ## Usage
 
-    ./node jira.js --version=<version> --username=<username> --password=<password>
+    ./node jira.js --version=<version> --username=<username> --password=<password> [--no_app]
 
 Where:
 
  - `version`: the version string to use. i.e. 2.3.0, 2.4.0rc1, 3.0.0rc2
  - `username`: your Apache JIRA username
  - `password`: your Apache JIRA password
+ - `no_app`: if the Hello World application didn't change since the last release, use this option to omit creating tasks for updating the sample application in each platform implementation.
 
 ## Contributors