From d172219d1bbe4df47bf2647646c3bb598cfdbd1e Mon Sep 17 00:00:00 2001 From: przemyslawpluta Date: Thu, 6 Mar 2014 19:04:47 +0000 Subject: add extended explainer --- mongo-edu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mongo-edu.js') 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') -- cgit v1.2.3