diff options
author | Levi Lewis <levilewis@fit.edu> | 2014-04-07 13:11:44 -0400 |
---|---|---|
committer | Levi Lewis <levilewis@fit.edu> | 2014-04-07 13:11:44 -0400 |
commit | 7fe189907ecdaf0625ab21db25b19a643d741f73 (patch) | |
tree | 900a1147459470e22b33a75a081ea5c48964cb8c /README.md | |
parent | 9d541a0a4dcab738591375477c908534e9d25974 (diff) | |
download | gitbook-7fe189907ecdaf0625ab21db25b19a643d741f73.zip gitbook-7fe189907ecdaf0625ab21db25b19a643d741f73.tar.gz gitbook-7fe189907ecdaf0625ab21db25b19a643d741f73.tar.bz2 |
Fixes --githubHost option for use with Github Enterprise.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ Options for commands `build` and `serve` are: -o, --output <directory> Path to output directory, defaults to ./_book -f, --format <name> Change generation format, defaults to site, availables are: site, page, pdf, json -i, --intro <intro> Description of the book to generate --gh, --githubHost <url> The url of the github host (defaults to https://github.com/) +--githubHost <url> The url of the github host (defaults to https://github.com/) --theme <path> Path to theme directory ``` |