From 7490c48f1e2c51dce77d33f7fd464e72713679a5 Mon Sep 17 00:00:00 2001
From: Bruce Momjian <bruce@momjian.us>
Date: Wed, 2 May 2012 20:42:21 -0400
Subject: [PATCH] Mark git_changelog examples with the proper executable names.

---
 src/tools/git_changelog | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tools/git_changelog b/src/tools/git_changelog
index 2b4398cdba3..b1433339ea9 100755
--- a/src/tools/git_changelog
+++ b/src/tools/git_changelog
@@ -22,10 +22,10 @@
 # it appears in.
 #
 # Typical usage to generate major release notes:
-#   pggitlog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
+#   git_changelog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
 #
 # To find the branch start date, use:
-#   pggit show $(git merge-base REL9_0_STABLE master)
+#   git show $(git merge-base REL9_0_STABLE master)
 
 
 use strict;
-- 
GitLab