diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 10:11:56 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 10:11:56 +0100 |
commit | 705517266794f94b7956f29ace0d7cc1caa89c39 (patch) | |
tree | 5278b545cd80c76d7c7f6730fe9791fabd76b994 /Documentation/git-whatchanged.txt | |
parent | Documentation/git-status.txt: mention color configuration (diff) | |
download | git-705517266794f94b7956f29ace0d7cc1caa89c39.tar.xz git-705517266794f94b7956f29ace0d7cc1caa89c39.zip |
Documentation/git-whatchanged.txt: show -<n> instead of --max-count.
... to match the change we did earlier to git-log documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-whatchanged.txt')
-rw-r--r-- | Documentation/git-whatchanged.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt index e8f21d02f7..399bff3bbc 100644 --- a/Documentation/git-whatchanged.txt +++ b/Documentation/git-whatchanged.txt @@ -27,7 +27,7 @@ OPTIONS output format that is useful only to tell the changed paths and their nature of changes. ---max-count=<n>:: +-<n>:: Limit output to <n> commits. <since>..<until>:: |