diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 21:47:43 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 21:47:43 +0100 |
commit | 20a846b7b3266cefc5e3f921440a668e7ec944d2 (patch) | |
tree | 15fb6b619c271e0941c250ab9d8abbc99d0b895e /mongo-edu.js | |
parent | 41613273d989a75c73c14d8aab1de03482355bde (diff) | |
download | mongo-edu-20a846b7b3266cefc5e3f921440a668e7ec944d2.zip |
add info and cleanup
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 e65e9f5..15b2db5 100644 --- a/mongo-edu.js +++ b/mongo-edu.js @@ -24,7 +24,7 @@ var mdbvideos = require('./lib/login'), .describe('hq', 'get high quality videos').boolean('hq') .describe('ncc', 'no check certificate').boolean('ncc') .describe('uz', 'unzip handout files').boolean('uz') - .describe('co', 'sequence video files in order of the course').boolean('co') + .describe('co', 'sequence video files in order of the courseware').boolean('co') .demand('d'); exports.create = function start() { |