diff options
Diffstat (limited to 'lib/options.js')
-rw-r--r-- | lib/options.js | 2 |
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') |