commit 55056d4717216b59cf7506b266de33b7bdd0f8b0
parent 6d4532e065c8b3956dbd51d9795c2ef2b99c1295
Author: Gavin Rehkemper <gavin@gavinr.com>
Date: Wed, 19 Jul 2017 12:44:35 -0500
clearer instructions for `--help` switch
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/index.js b/index.js
@@ -10,9 +10,9 @@ const fs = require('fs');
const Bottleneck = require('bottleneck');
program
- .version('0.2.0')
+ .version('0.1.0')
.arguments('<file>')
- .option('--github_enterprise [github.my-company.com]')
+ .option('--github_enterprise [github.my-company.com]', 'Your GitHub Enterprise URL.')
.option('--token [token]', 'The GitHub token. https://github.com/settings/tokens')
.action(function(file, options) {
co(function*() {