Spelling fixes

This commit is contained in:
Josh Soref
2013-10-30 21:06:58 -04:00
committed by Andrew Grieve
parent d7ad784809
commit 74ea6bf00a
8 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ module.exports.get_apk = function() {
}
module.exports.help = function() {
console.log('Usage: ' + path.relative(process.cwd(), path.join(ROOT, 'corodva', 'build')) + ' [build_type]');
console.log('Usage: ' + path.relative(process.cwd(), path.join(ROOT, 'cordova', 'build')) + ' [build_type]');
console.log('Build Types : ');
console.log(' \'--debug\': Default build, will build project in using ant debug');
console.log(' \'--release\': will build project using ant release');