diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-04 10:27:45 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-04 10:27:45 -0700 |
commit | 88c480ba4f59a77e448bb88ede36fca1470aca0c (patch) | |
tree | 37be6f27efcc9c93529af53a48ac4716287a5810 /bin | |
parent | 3da53d56a2ac0b6652b52b74a974747d9df8662e (diff) | |
download | gitbook-88c480ba4f59a77e448bb88ede36fca1470aca0c.zip gitbook-88c480ba4f59a77e448bb88ede36fca1470aca0c.tar.gz gitbook-88c480ba4f59a77e448bb88ede36fca1470aca0c.tar.bz2 |
Complete json generator
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gitbook.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js index 7baad48..d57e785 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -57,9 +57,9 @@ prog var title = options.title || utils.titleCase(repo); return generate.folder( - dir, - outputDir, { + input: dir, + output: outputDir, title: title, description: options.intro, github: githubID, |