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
@@ -51,7 +51,7 @@ module.exports.run = function() {
}
module.exports.help = function() {
console.log('Usage: ' + path.relative(process.cwd(), path.join(ROOT, 'corodva', 'log')));
console.log('Usage: ' + path.relative(process.cwd(), path.join(ROOT, 'cordova', 'log')));
console.log('Gives the logcat output on the command line.');
process.exit(0);
}