diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2014-03-06 19:04:47 +0000 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2014-03-06 19:04:47 +0000 |
commit | d172219d1bbe4df47bf2647646c3bb598cfdbd1e (patch) | |
tree | 4a2bba38fea03c91b039771416242d7f93ee3bc8 /mongo-edu.js | |
parent | 4dcc0dafad8ce8d54a8e8ca3d312e84719957f19 (diff) | |
download | mongo-edu-d172219d1bbe4df47bf2647646c3bb598cfdbd1e.zip |
add extended explainer
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 0ea3468..e35640e 100644 --- a/mongo-edu.js +++ b/mongo-edu.js @@ -12,7 +12,7 @@ var mdbvideos = require('./lib/login'), colors = require('colors'), inquirer = require('inquirer'), argv = require('optimist') - .usage('Usage: $0 -u [user name] -d [download path] --ncc [no check certificate] -h [get handouts]') + .usage('Usage: $0 -d [download path] -u [user name] -h [get handouts] --ncc [no check certificate]') .describe('d', 'download path').describe('u', 'email address') .describe('h', 'switch from videos (default) to handouts').boolean('h') .describe('ncc', 'no check certificate with py3.x').boolean('ncc') |