diff options
| author | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-09-11 12:23:57 +0900 |
|---|---|---|
| committer | Nobuyoshi Nakada <nobu@ruby-lang.org> | 2023-09-11 12:23:57 +0900 |
| commit | b1f0d009cbdf1990813c09165d372be29485f8ae (patch) | |
| tree | d2ba9279064cc14123ad9ba303f8213a719e70cb | |
| parent | 05046b89550ad0cdeafc0e419e0eb4a155cc52fa (diff) | |
Use the keyword for output and omit default arguments [ci skip]
| -rw-r--r-- | common.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1830,7 +1830,7 @@ update-man-date: PHONY ChangeLog: $(ECHO) Generating $@ -$(Q) $(BASERUBY) -I"$(tooldir)/lib" -rvcs \ - -e 'VCS.detect(ARGV[0]).export_changelog("@", nil, nil, ARGV[1])' \ + -e 'VCS.detect(ARGV[0]).export_changelog(path: ARGV[1])' \ "$(srcdir)" $@ HELP_EXTRA_TASKS = "" |
