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 <[email protected]> Authored: Fri Nov 6 11:27:58 2015 -0800 Committer: Tobias Bocanegra <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
