diff --git a/blabber.js b/blabber.js index 7b36c29..c96810d 100755 --- a/blabber.js +++ b/blabber.js @@ -6,7 +6,11 @@ const path = require('path'); const prompt = require('prompt'); const argv = require('yargs') .usage('Usage: blabber [options]') -.option('path') +.option('path', { + aliases: 'p', + desc: 'Specify a place to save the comic.' +}) +.alias('help', 'h') .help() .version() .wrap(process.stdout.columns)