diff --git a/man/git-changelog.1 b/man/git-changelog.1 index 5aa951a..bd835d3 100644 --- a/man/git-changelog.1 +++ b/man/git-changelog.1 @@ -7,13 +7,13 @@ \fBgit\-changelog\fR \- Generate the changelog report . .SH "SYNOPSIS" -\fBgit\-changelog\fR [\-\-list] +\fBgit\-changelog\fR [\-l, \-\-list] . .SH "DESCRIPTION" Populates the file named matching \fIchange|history \-i\fR with the commits since the previous tag or since the project began when no tags are present\. Opens the changelog in \fB$EDITOR\fR when set\. . .SH "OPTIONS" -\-\-list +\-l, \-\-list . .P Show commit logs from the current version\. diff --git a/man/git-changelog.html b/man/git-changelog.html index 363dac7..c9a812b 100644 --- a/man/git-changelog.html +++ b/man/git-changelog.html @@ -76,7 +76,7 @@

SYNOPSIS

-

git-changelog [--list]

+

git-changelog [-l, --list]

DESCRIPTION

@@ -84,7 +84,7 @@

OPTIONS

-

--list

+

-l, --list

Show commit logs from the current version.

@@ -116,7 +116,7 @@

AUTHOR

-

Written by Tj Holowaychuk <tj@vision-media.ca>

+

Written by Tj Holowaychuk <tj@vision-media.ca>

REPORTING BUGS

diff --git a/man/git-changelog.md b/man/git-changelog.md index 81f5d8b..4d0fce9 100644 --- a/man/git-changelog.md +++ b/man/git-changelog.md @@ -3,7 +3,7 @@ git-changelog(1) -- Generate the changelog report ## SYNOPSIS -`git-changelog` [--list] +`git-changelog` [-l, --list] ## DESCRIPTION @@ -11,7 +11,7 @@ git-changelog(1) -- Generate the changelog report ## OPTIONS - --list + -l, --list Show commit logs from the current version.