Skip to content

Commit a204681

Browse files
committed
Change command "git:push" to "publish"
1 parent 82f814f commit a204681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/gitbook.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ prog
117117
});
118118

119119
prog
120-
.command('git:push [source_dir]')
120+
.command('publish [source_dir]')
121121
.description('Publish content to the associated gitbook.io book')
122122
.action(function(dir) {
123123
dir = dir || process.cwd();

0 commit comments

Comments
 (0)