From: Bruce Momjian Date: Thu, 13 Apr 2017 13:13:43 +0000 (-0400) Subject: git_changelog: improve comment X-Git-Tag: REL_10_BETA1~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e1c86a55762c81ffbcf3985f7eb711026d40824f;p=postgresql git_changelog: improve comment --- diff --git a/src/tools/git_changelog b/src/tools/git_changelog index cf6aba67b2..d4c7b5bf14 100755 --- a/src/tools/git_changelog +++ b/src/tools/git_changelog @@ -31,7 +31,7 @@ # The default output of this script is meant for generating minor release # notes, where we need to know which branches a merged commit affects. # -# To generate major release notes, intended usage is +# To generate major release notes, use: # git_changelog --master-only --brief --oldest-first --since='start-date' # To find the appropriate start date, use: # git show --summary $(git merge-base REL9_5_STABLE master)