summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-10-06 13:35:04 +0200
committerSamy Pessé <samypesse@gmail.com>2015-10-06 13:35:04 +0200
commit22e0c1fb54f1ffb632e7c155978929fa185b932c (patch)
treeaa397f02d65e358980720624d29ec863587df354 /bin
parentba65e3c020faa46eead7376c73af29e5e5839d8b (diff)
downloadgitbook-22e0c1fb54f1ffb632e7c155978929fa185b932c.zip
gitbook-22e0c1fb54f1ffb632e7c155978929fa185b932c.tar.gz
gitbook-22e0c1fb54f1ffb632e7c155978929fa185b932c.tar.bz2
Fix css being used for pdf footer and header
Diffstat (limited to 'bin')
-rwxr-xr-xbin/gitbook.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/gitbook.js b/bin/gitbook.js
index 07d1da5..5f47420 100755
--- a/bin/gitbook.js
+++ b/bin/gitbook.js
@@ -2,6 +2,6 @@
var color = require('bash-color');
-console.log(color.red("You need to install 'gitbook-cli' to have access to the gitbook command anywhere on your system."));
-console.log(color.red("If you've installed this package globally, you need to uninstall it."));
-console.log(color.red(">> Run 'npm uninstall -g gitbook' then 'npm install -g gitbook-cli'"));
+console.log(color.red('You need to install "gitbook-cli" to have access to the gitbook command anywhere on your system.'));
+console.log(color.red('If you\'ve installed this package globally, you need to uninstall it.'));
+console.log(color.red('>> Run "npm uninstall -g gitbook" then "npm install -g gitbook-cli"'));