Skip to content

Commit e40c8f3

Browse files
chore(program): Updated --branch description
1 parent 8c5f0d7 commit e40c8f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/program/program.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default callback =>
2222
"--directory <path>",
2323
"Directory that will be pushed to separate branch"
2424
)
25-
.option ("--branch <branch>", "Branch that will be used as subtree")
25+
.option ("--branch <branch>", "Branch that will be used for deployment")
2626
.action ((args, options, logger) => {
2727
callback (
2828
args,

0 commit comments

Comments
 (0)