You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pu...@apache.org on 2016/03/05 07:49:35 UTC

[12/14] cordova-paramedic git commit: trivial: add missing new line

trivial: add missing new line


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

Branch: refs/heads/master
Commit: 8a5b6f41b2bc713125e6e17d9ce39dc99e9681ce
Parents: 3598572
Author: Tobias Bocanegra <tr...@adobe.com>
Authored: Fri Nov 6 11:27:58 2015 -0800
Committer: Tobias Bocanegra <tr...@adobe.com>
Committed: Fri Nov 6 11:27:58 2015 -0800

----------------------------------------------------------------------
 main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-paramedic/blob/8a5b6f41/main.js
----------------------------------------------------------------------
diff --git a/main.js b/main.js
index a6ffed5..ee5c294 100755
--- a/main.js
+++ b/main.js
@@ -7,7 +7,7 @@ var plugins,
     platformId;
 
 var USAGE = "Error missing args. \n" +
-	"cordova-paramedic --platform PLATFORM --plugin PATH [--justbuild --timeout MSECS --port PORTNUM --browserify]" +
+	"cordova-paramedic --platform PLATFORM --plugin PATH [--justbuild --timeout MSECS --port PORTNUM --browserify]\n" +
 	"`PLATFORM` : the platform id, currently only supports 'ios'\n" +
 	"`PATH` : the relative or absolute path to a plugin folder\n" +
 					"\texpected to have a 'tests' folder.\n" +  


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org