diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-10-06 13:35:04 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-10-06 13:35:04 +0200 |
commit | 22e0c1fb54f1ffb632e7c155978929fa185b932c (patch) | |
tree | aa397f02d65e358980720624d29ec863587df354 /bin/gitbook.js | |
parent | ba65e3c020faa46eead7376c73af29e5e5839d8b (diff) | |
download | gitbook-22e0c1fb54f1ffb632e7c155978929fa185b932c.zip gitbook-22e0c1fb54f1ffb632e7c155978929fa185b932c.tar.gz gitbook-22e0c1fb54f1ffb632e7c155978929fa185b932c.tar.bz2 |
Fix css being used for pdf footer and header
Diffstat (limited to 'bin/gitbook.js')
-rwxr-xr-x | bin/gitbook.js | 6 |
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"')); |