mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix unaligned help output
1f99274ccf
was indenting details with a
hard tab, but other lines are using spaces.
This commit is contained in:
parent
02c4ed4a7f
commit
0a417248a0
1 changed files with 1 additions and 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" \
|
||||
|
|
Loading…
Reference in a new issue