[前][次][番号順一覧][スレッド一覧]

ruby-changes:73014

From: Hiroshi <ko1@a...>
Date: Mon, 22 Aug 2022 12:23:50 +0900 (JST)
Subject: [ruby-changes:73014] d0b17a4d20 (master): Adjust space-width for help message

https://git.ruby-lang.org/ruby.git/commit/?id=d0b17a4d20

From d0b17a4d203b0838e2290bcc52a647e045596b59 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Mon, 22 Aug 2022 12:06:23 +0900
Subject: Adjust space-width for help message

---
 defs/gmake.mk | 6 +++---
 1 file 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-% https://github.com/ruby/ruby/blob/trunk/defs/gmake.mk#L264
 	$(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)
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]