diff options
author | Takashi Kokubun <[email protected]> | 2019-07-15 08:38:07 +0900 |
---|---|---|
committer | Takashi Kokubun <[email protected]> | 2019-07-15 08:38:09 +0900 |
commit | 0a417248a0ba6e4e5093f916dbf9b31e22f24078 (patch) | |
tree | 7a7007290c52817fda37e5b97198c9d39c6adf85 | |
parent | 02c4ed4a7f44a80d50c2d3e27f451b20c4360899 (diff) |
Fix unaligned help output
1f99274ccf31ba1f2a4b3ac20a9c6cdc5ae81152 was indenting details with a
hard tab, but other lines are using spaces.
-rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1497,7 +1497,7 @@ help: PHONY " 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" \ |