summaryrefslogtreecommitdiff
path: root/lib/options.js
diff options
context:
space:
mode:
authorprzemyslawpluta <przemekpluta@hotmail.com>2015-09-08 20:27:01 +0100
committerprzemyslawpluta <przemekpluta@hotmail.com>2015-09-08 20:27:01 +0100
commit212e5e9dbfcecdb7bcb8d9821d9ab50d1a0d8d09 (patch)
treeac03cfb787dc2d317557aa1fcfca8ed2dd159a40 /lib/options.js
parentebf010cee4a45d14b8890b73d5ab0e06f99c718c (diff)
downloadmongo-edu-212e5e9dbfcecdb7bcb8d9821d9ab50d1a0d8d09.zip
fix video preference change
cleanup version bump
Diffstat (limited to 'lib/options.js')
-rw-r--r--lib/options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/options.js b/lib/options.js
index 9cfd300..273d7d9 100644
--- a/lib/options.js
+++ b/lib/options.js
@@ -29,7 +29,7 @@ var fs = require('fs'),
.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 courseware').boolean('co')
+ .describe('co', 'arrange video files in correct order of the courseware').boolean('co')
.describe('verbose', 'print debug information').boolean('verbose')
.example('mongo-edu -d your_download_path', 'download videos from wiki')
.example('mongo-edu -d your_download_path -u your_user_name --cw --hq --cc', 'download high quality videos from courseware with closed captions')