diff options
author | Michael J Gruber <git@drmicha.warpmail.net> | 2011-03-08 09:31:24 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-08 11:56:37 -0800 |
commit | 841d81180e6754b18559220087decf01f504b203 (patch) | |
tree | acce0ab44f766366c80dd9849bdf839672ab3b9c | |
parent | Documentation: fix a typo in git-apply.txt (diff) | |
download | tgif-841d81180e6754b18559220087decf01f504b203.tar.xz |
rev-list-options.txt: typo fix
Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/rev-list-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt index 44a2ef1de1..9c47ad885b 100644 --- a/Documentation/rev-list-options.txt +++ b/Documentation/rev-list-options.txt @@ -165,7 +165,7 @@ limiting may be applied. -n 'number':: --max-count=<number>:: - Limit the number of commits output. + Limit the number of commits to output. --skip=<number>:: |