summaryrefslogtreecommitdiffstats
path: root/bin/gitbook.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-xbin/gitbook.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js
index ab6e043..4ffa6cf 100755
--- a/bin/gitbook.js
+++ b/bin/gitbook.js
@@ -23,7 +23,7 @@ var buildCommand = function(command, action) {
.option('-t, --title <name>', 'Name of the book to generate, defaults to repo name')
.option('-i, --intro <intro>', 'Description of the book to generate')
.option('-g, --github <repo_path>', 'ID of github repo like : username/repo')
- .option('-gh, --githubHost <url>', 'The url of the github host (defaults to https://github.com/')
+ .option('--githubHost <url>', 'The url of the github host (defaults to https://github.com/')
.option('--theme <path>', 'Path to theme directory')
.action(action);
}