diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-17 01:11:56 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-17 01:11:56 -0800 |
commit | 705517266794f94b7956f29ace0d7cc1caa89c39 (patch) | |
tree | 5278b545cd80c76d7c7f6730fe9791fabd76b994 /Documentation/git-whatchanged.txt | |
parent | 31fcd63c4a0c07f110c6adc600da2671bc566f36 (diff) | |
download | git-705517266794f94b7956f29ace0d7cc1caa89c39.tar.gz git-705517266794f94b7956f29ace0d7cc1caa89c39.tar.xz |
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 e8f21d02f..399bff3bb 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>:: |