diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 21:23:17 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-06-17 21:23:17 +0100 |
commit | 41613273d989a75c73c14d8aab1de03482355bde (patch) | |
tree | 16f5da8d0bb4457153733a739a6709826a8b526a /mongo-edu.js | |
parent | 46deff1d567dc357b5693650aed059852e204496 (diff) | |
download | mongo-edu-41613273d989a75c73c14d8aab1de03482355bde.zip |
update
add video files sequencing with --co instead of dump
err handling with unzip fail
cleanup and update subs
version bump
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 f3b8cea..e65e9f5 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', 'dump course order list').boolean('co') + .describe('co', 'sequence video files in order of the course').boolean('co') .demand('d'); exports.create = function start() { |