diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-07-12 23:25:40 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-07-12 23:25:40 +0200 |
commit | a2046814b4a20496b324a4ebc1ff7e634313e501 (patch) | |
tree | 266015dc635a82afea0d915485551da75b596714 /bin/gitbook.js | |
parent | 82f814fdbd34d202a17e3c26a8f72966b64a141f (diff) | |
download | gitbook-a2046814b4a20496b324a4ebc1ff7e634313e501.zip gitbook-a2046814b4a20496b324a4ebc1ff7e634313e501.tar.gz gitbook-a2046814b4a20496b324a4ebc1ff7e634313e501.tar.bz2 |
Change command "git:push" to "publish"
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 2020519..18c5c75 100755 --- a/bin/gitbook.js +++ b/bin/gitbook.js @@ -117,7 +117,7 @@ prog }); prog -.command('git:push [source_dir]') +.command('publish [source_dir]') .description('Publish content to the associated gitbook.io book') .action(function(dir) { dir = dir || process.cwd(); |