diff options
| author | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:46:59 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2016-11-08 11:46:59 -0500 |
| commit | 5fa81da81260d65113f57a293b6256d334fe8e2d (patch) | |
| tree | 01d3dd7ab7a1febccd20de1756d0801a64ae64e9 /StoneIsland/platforms/ios/cordova/check_reqs | |
| parent | e5652e9cd560ccda249819857c207643820b075f (diff) | |
| parent | 7773d1d0686de69504e9b820efdb3e94d72eff04 (diff) | |
le build
Diffstat (limited to 'StoneIsland/platforms/ios/cordova/check_reqs')
| -rwxr-xr-x | StoneIsland/platforms/ios/cordova/check_reqs | 4 |
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 +} |
