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/04 19:10:42 UTC

git commit: Adding usage help w.r.t. --no_app

Updated Branches:
  refs/heads/jira 73202e442 -> 5c8b7f9e1


Adding usage help w.r.t. --no_app


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

Branch: refs/heads/jira
Commit: 5c8b7f9e1194e3d101a4bf74d450f1d11a5744be
Parents: 73202e4
Author: Fil Maj <ma...@gmail.com>
Authored: Mon Feb 4 10:14:26 2013 -0800
Committer: Fil Maj <ma...@gmail.com>
Committed: Mon Feb 4 10:14:26 2013 -0800

----------------------------------------------------------------------
 jira.js |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/5c8b7f9e/jira.js
----------------------------------------------------------------------
diff --git a/jira.js b/jira.js
index 578f975..f5ee622 100644
--- a/jira.js
+++ b/jira.js
@@ -9,7 +9,8 @@ var password = argv.password;
 var no_app = argv.no_app;
 
 if (!version || !username || !password) {
-    console.log("Usage: node jira.js --version=<version> --username=<username> --password=<password>");
+    console.log("Usage: node jira.js --version=<version> --username=<username> --password=<password> [--no_app]");
+    console.log("The --no_app parameter will not create subtasks to update the hello-world application (in case no changes went into it).");
     console.log("Example: node jira.js --version=2.3.0rc2 --username=fil --password=poop");
     return;
 }