diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-21 23:23:53 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-21 23:23:53 +0200 |
commit | 98c133df3c9077c1b06748c3206bea3ff011ed3a (patch) | |
tree | 0a5eef9d97897a6028d9f3606ea49f5494971ac5 /bin/build.js | |
parent | f86c27b090ab88598679b7e69b87c3286bdc7a17 (diff) | |
download | gitbook-98c133df3c9077c1b06748c3206bea3ff011ed3a.zip gitbook-98c133df3c9077c1b06748c3206bea3ff011ed3a.tar.gz gitbook-98c133df3c9077c1b06748c3206bea3ff011ed3a.tar.bz2 |
Change plugins separator to ","
Diffstat (limited to 'bin/build.js')
-rw-r--r-- | bin/build.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/build.js b/bin/build.js index 5948fe3..6f90e1d 100644 --- a/bin/build.js +++ b/bin/build.js @@ -14,7 +14,7 @@ var buildCommand = function(command) { .option('-f, --format <name>', 'Change generation format, defaults to site, availables are: '+_.keys(generators).join(", ")) .option('-t, --title <name>', 'Name of the book to generate, default is extracted from readme') .option('-i, --intro <intro>', 'Description of the book to generate, default is extracted from readme') - .option('--plugins <plugins>', 'List of plugins to use separated by ":"') + .option('--plugins <plugins>', 'List of plugins to use separated by ","') .option('--pluginsConfig <json file>', 'JSON File containing plugins configuration') .option('-g, --github <repo_path>', 'ID of github repo like : username/repo') .option('--githubHost <url>', 'The url of the github host (defaults to https://github.com/'); |