diff options
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js index f46d4d1..d254c10 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -25,7 +25,7 @@ var buildCommand = function(command) { .option('-i, --intro <intro>', 'Description of the book to generate, default is extracted from readme') .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/') - .option('--theme <path>', 'Path to theme directory'); + .option('--plugins <plugins>', 'List of plugins to use separated by ":"'); }; buildCommand(prog.command('build [source_dir]')) |