ruby-changes:56526
From: Takashi <ko1@a...>
Date: Mon, 15 Jul 2019 08:38:48 +0900 (JST)
Subject: [ruby-changes:56526] Takashi Kokubun: 0a417248a0 (master): Fix unaligned help output
https://git.ruby-lang.org/ruby.git/commit/?id=0a417248a0 From 0a417248a0ba6e4e5093f916dbf9b31e22f24078 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun <takashikkbn@g...> Date: Mon, 15 Jul 2019 08:38:07 +0900 Subject: Fix unaligned help output 1f99274ccf31ba1f2a4b3ac20a9c6cdc5ae81152 was indenting details with a hard tab, but other lines are using spaces. diff --git a/common.mk b/common.mk index ddc4aed..ee8f929 100644 --- a/common.mk +++ b/common.mk @@ -1497,7 +1497,7 @@ help: PHONY https://github.com/ruby/ruby/blob/trunk/common.mk#L1497 " test-spec: run the Ruby spec suite [SPECOPTS=<specs, opts>]" \ " 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=<gem_name>]" \ " up: update local copy and autogenerated files" \ -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/