From 0a417248a0ba6e4e5093f916dbf9b31e22f24078 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun Date: Mon, 15 Jul 2019 08:38:07 +0900 Subject: [PATCH] Fix unaligned help output 1f99274ccf31ba1f2a4b3ac20a9c6cdc5ae81152 was indenting details with a hard tab, but other lines are using spaces. --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.mk b/common.mk index ddc4aedcf7..ee8f929595 100644 --- a/common.mk +++ b/common.mk @@ -1497,7 +1497,7 @@ help: PHONY " test-spec: run the Ruby spec suite [SPECOPTS=]" \ " test-bundler: run the Bundler spec" \ " test-bundled-gems: run the test suite of bundled gems" \ - " update-gems: download files of the bundled gems" \ + " update-gems: download files of the bundled gems" \ " update-bundled_gems: update the latest version of bundled gems" \ " sync-default-gems: sync default gems from upstream [GEM=]" \ " up: update local copy and autogenerated files" \