mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust space-width for help message
This commit is contained in:
parent
6afb4f0a28
commit
d0b17a4d20
1 changed files with 3 additions and 3 deletions
|
@ -264,9 +264,9 @@ pr-% pull-github-%: fetch-github-%
|
|||
$(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)
|
||||
|
|
Loading…
Reference in a new issue