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 2014/08/26 17:05:03 UTC

spec commit: add message at end with example invocation

Repository: cordova-mobile-spec
Updated Branches:
  refs/heads/master 9c5c9dc45 -> 82c92e2f5


add message at end with example invocation


Project: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/commit/82c92e2f
Tree: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/tree/82c92e2f
Diff: http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/diff/82c92e2f

Branch: refs/heads/master
Commit: 82c92e2f59fa5ce93b9ab520a44859fb4a48d0fc
Parents: 9c5c9dc
Author: Marcel Kinard <cm...@gmail.com>
Authored: Tue Aug 26 11:04:13 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Tue Aug 26 11:04:13 2014 -0400

----------------------------------------------------------------------
 createmobilespec/createmobilespec.js | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-mobile-spec/blob/82c92e2f/createmobilespec/createmobilespec.js
----------------------------------------------------------------------
diff --git a/createmobilespec/createmobilespec.js b/createmobilespec/createmobilespec.js
index e430ccb..4127511 100755
--- a/createmobilespec/createmobilespec.js
+++ b/createmobilespec/createmobilespec.js
@@ -425,6 +425,7 @@ function summary() {
         popd();
 
         console.log("Done. Project created at " + cli_project_dir);
+        console.log("You may run it via \"cd " + cli_project_dir + " && ./cordova run " + platforms[0] + "\"");
     }
 }