Update index.js

This commit is contained in:
thinkhy
2017-06-04 19:37:53 +08:00
committed by GitHub
parent 0b071a1f5c
commit ddf9672dc1

View File

@@ -21,7 +21,7 @@ module.exports.builder = function(yargs) {
, demand: true
})
.option('cache-dir', {
describe: 'The location where to cache images.'
describe: 'The location where to cache APK files.'
, type: 'string'
, default: os.tmpdir()
})