summaryrefslogtreecommitdiff
path: root/defs/gmake.mk
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-22 12:06:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-08-22 12:23:38 +0900
commitd0b17a4d203b0838e2290bcc52a647e045596b59 (patch)
tree7682920c4540806cf9e17aea30d845244864b5cb /defs/gmake.mk
parent6afb4f0a28cbb798b709a8215fe0ac99221333f2 (diff)
Adjust space-width for help message
Diffstat (limited to 'defs/gmake.mk')
-rw-r--r--defs/gmake.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/defs/gmake.mk b/defs/gmake.mk
index 93b7373668..af4d27a5a2 100644
--- a/defs/gmake.mk
+++ b/defs/gmake.mk
@@ -264,9 +264,9 @@ pr-% pull-github-%: fetch-github-%
$(call pull-github,$*)
HELP_EXTRA_TASKS = \
- " checkout-github: checkout GitHub Pull Request [PR=1234]" \
- " pull-github: rebase GitHub Pull Request to new worktree [PR=1234]" \
- " update-github: merge master branch and push it to Pull Request [PR=1234]" \
+ " checkout-github: checkout GitHub Pull Request [PR=1234]" \
+ " pull-github: rebase GitHub Pull Request to new worktree [PR=1234]" \
+ " update-github: merge master branch and push it to Pull Request [PR=1234]" \
""
extract-gems: $(HAVE_BASERUBY:yes=update-gems)