diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-04-26 18:53:03 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-04-26 18:53:03 +0100 |
commit | 1e42e30c5632bd7e9492fe1a451082a11d33c4d6 (patch) | |
tree | 85ce314227cb5c996eb3b73e89f1d4b91f4f9aae | |
parent | 6c43da1a405aead542f065b8e0139385003c9d8c (diff) | |
download | mongo-edu-1e42e30c5632bd7e9492fe1a451082a11d33c4d6.zip |
info
-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() { |