summaryrefslogtreecommitdiff
path: root/mongo-edu.js
diff options
context:
space:
mode:
Diffstat (limited to 'mongo-edu.js')
-rw-r--r--mongo-edu.js2
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() {