diff options
-rw-r--r-- | lib/options.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/options.js b/lib/options.js index d8d0c5d..17fedc8 100644 --- a/lib/options.js +++ b/lib/options.js @@ -30,6 +30,8 @@ var fs = require('fs'), .describe('verbose', 'print debug information').boolean('verbose') .example('$0 -d your_download_path', 'download videos from wiki') .example('$0 -d your_download_path -u your_user_name --cw --hq --cc', 'download high quality videos from courseware with closed captions') + .example('$0 -d your_download_path -u your_user_name --cw --hq --cc --save myvideo', 'save all options under `myvideo` preset and run') + .example('$0 -d your_download_path --load', 'select and run from available presets') .example('$0 -d your_download_path -h --uz', 'download and unzip handouts') .example('$0 -d your_download_path --cw --verbose', 'download videos from courseware and print debug info') .example('$0 -d your_download_path --cw --proxy http://proxy_ip_address:proxy_port_number', 'download videos from courseware via proxy tunnel') |