Skip to content

Commit a918ef3

Browse files
Added a line break before the "Examples" help text
1 parent a0cac18 commit a918ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/bump.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ program
2626
.option("--lock", "Also update the package-lock.json")
2727
.on("--help", () => {
2828
console.log(
29-
" Examples:\n" +
29+
"\n Examples:\n" +
3030
"\n" +
3131
" $ bump --patch\n" +
3232
" $ bump --major --tag\n" +

0 commit comments

Comments
 (0)