Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7490c48

Browse files
committed
Mark git_changelog examples with the proper executable names.
1 parent 8e0c519 commit 7490c48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tools/git_changelog

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
# it appears in.
2323
#
2424
# Typical usage to generate major release notes:
25-
# pggitlog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
25+
# git_changelog --since '2010-07-09 00:00:00' --master-only --oldest-first --details-after
2626
#
2727
# To find the branch start date, use:
28-
# pggit show $(git merge-base REL9_0_STABLE master)
28+
# git show $(git merge-base REL9_0_STABLE master)
2929

3030

3131
use strict;

0 commit comments

Comments
 (0)