diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-01-11 15:14:50 +0100 |
commit | dcbf115f25d53a59f6939339b30c1141029c82c0 (patch) | |
tree | 624646dc67879dbd1ea5b1d27c5f29aaed1a298b /bin/gitbook.js | |
parent | 668f2f9e2cab061d0dc4d73c321f55de27bbbbd3 (diff) | |
download | gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.zip gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.gz gitbook-dcbf115f25d53a59f6939339b30c1141029c82c0.tar.bz2 |
Adapt platform command to gitbook.com
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 80d139f..856d3e3 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -139,7 +139,7 @@ prog prog .command('publish [source_dir]') -.description('Publish content to the associated gitbook.io book') +.description('Publish content to the associated gitbook.com book') .action(action(function(dir) { dir = dir || process.cwd(); return platform.publish(dir); |