diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:58:08 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-26 17:58:08 +0200 |
commit | e3d1746ba3ec1a60acb4223291d43bcea35150ab (patch) | |
tree | bb1ac1430acbc67a610e02a7c7a8ec0fae8169ee /bin/gitbook.js | |
parent | ac900aa37f7b2ea584efb992fe6bcdb69e8b01d6 (diff) | |
download | gitbook-e3d1746ba3ec1a60acb4223291d43bcea35150ab.zip gitbook-e3d1746ba3ec1a60acb4223291d43bcea35150ab.tar.gz gitbook-e3d1746ba3ec1a60acb4223291d43bcea35150ab.tar.bz2 |
Fix use of cover.jpg in ebook
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 f79efae..c5a51a4 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -92,7 +92,7 @@ build.command(prog.command('pdf [source_dir]')) build.command(prog.command('ebook [source_dir]')) .description('Build a gitbook as a eBook') -.option('-c, --cover <path>', 'Cover image, default is cover.png if exists') +.option('-c, --cover <path>', 'Cover image, default is cover.jpg if exists') .action(function(dir, options) { var ext = options.output ? path.extname(options.output) : "epub"; |