diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-04-16 14:38:49 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@gmail.com> | 2014-04-16 14:38:49 -0700 |
commit | 7bed9a257d0521afd873b63314d15b80fbc5116f (patch) | |
tree | 06b50ab5f33a50d2e142c2e5dd59aa7f0ec0883e | |
parent | 9e4b393b7a77b3fa782edfb2ced0f5776f05997c (diff) | |
parent | 19c83aa5a87a109642ef4b9027843ad6a931bb87 (diff) | |
download | gitbook-7bed9a257d0521afd873b63314d15b80fbc5116f.zip gitbook-7bed9a257d0521afd873b63314d15b80fbc5116f.tar.gz gitbook-7bed9a257d0521afd873b63314d15b80fbc5116f.tar.bz2 |
Merge pull request #105 from ptagell/master
Removed duplicate line of readme
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ Options for commands `build` and `serve` are: -g, --github <repo_path> ID of github repo like : username/repo -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 --githubHost <url> The url of the github host (defaults to https://github.com/) --theme <path> Path to theme directory ``` |