diff options
Diffstat (limited to 'mongo-edu.js')
-rw-r--r-- | mongo-edu.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mongo-edu.js b/mongo-edu.js index e09be1d..64c3301 100644 --- a/mongo-edu.js +++ b/mongo-edu.js @@ -20,7 +20,7 @@ var mdbvideos = require('./lib/login'), .describe('cc', 'get closed captions').boolean('cc') .describe('hq', 'get high quality videos').boolean('hq') .describe('ncc', 'no check certificate').boolean('ncc') - .describe('uz', 'unzip file').boolean('uz') + .describe('uz', 'unzip handout files').boolean('uz') .demand('d'); exports.create = function start() { |