summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/cordova/check_reqs
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/cordova/check_reqs')
-rwxr-xr-xStoneIsland/platforms/ios/cordova/check_reqs4
1 files changed, 2 insertions, 2 deletions
diff --git a/StoneIsland/platforms/ios/cordova/check_reqs b/StoneIsland/platforms/ios/cordova/check_reqs
index ba68ceb4..d101ccd1 100755
--- a/StoneIsland/platforms/ios/cordova/check_reqs
+++ b/StoneIsland/platforms/ios/cordova/check_reqs
@@ -23,10 +23,10 @@ var check_reqs = require('./lib/check_reqs');
// check for help flag
if (['--help', '/?', '-h', 'help', '-help', '/help'].indexOf(process.argv[2]) > -1) {
- check_reqs.help();
+ console.log('Usage: check_reqs or node check_reqs');
} else {
check_reqs.run().done(null, function (err) {
console.error('Failed to check requirements due to ' + err);
process.exit(2);
});
-} \ No newline at end of file
+}