Skip to content

Commit d0b17a4

Browse files
committed
Adjust space-width for help message
1 parent 6afb4f0 commit d0b17a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

defs/gmake.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ pr-% pull-github-%: fetch-github-%
264264
$(call pull-github,$*)
265265

266266
HELP_EXTRA_TASKS = \
267-
" checkout-github: checkout GitHub Pull Request [PR=1234]" \
268-
" pull-github: rebase GitHub Pull Request to new worktree [PR=1234]" \
269-
" update-github: merge master branch and push it to Pull Request [PR=1234]" \
267+
" checkout-github: checkout GitHub Pull Request [PR=1234]" \
268+
" pull-github: rebase GitHub Pull Request to new worktree [PR=1234]" \
269+
" update-github: merge master branch and push it to Pull Request [PR=1234]" \
270270
""
271271

272272
extract-gems: $(HAVE_BASERUBY:yes=update-gems)

0 commit comments

Comments
 (0)