mirror of
https://github.com/apache/cordova-android.git
synced 2026-04-23 00:00:09 +08:00
CB-6876 Fix the "print usage"
This commit is contained in:
Vendored
+1
-1
@@ -125,7 +125,7 @@ var path = require('path'),
|
||||
});
|
||||
}
|
||||
|
||||
module.exports.help = function() {
|
||||
module.exports.help = function(args) {
|
||||
console.log('Usage: ' + path.relative(process.cwd(), args[0]) + ' [options]');
|
||||
console.log('Build options :');
|
||||
console.log(' --debug : Builds project in debug mode');
|
||||
|
||||
Reference in New Issue
Block a user