diff --git a/tools/commands-cordova.js b/tools/commands-cordova.js index 29cf3c0ccb..854ccb20c2 100644 --- a/tools/commands-cordova.js +++ b/tools/commands-cordova.js @@ -497,7 +497,7 @@ var checkRequestedPlatforms = function (platforms) { if (! _.contains(cordovaPlatforms, platform)) throw new Error(platform + ": platform is not added to the project. Try 'meteor add-platform " + - platform + "' to add it or 'meteor help add' for help."); + platform + "' to add it or 'meteor help add-platform' for help."); }); };