diff options
author | Alecs King <alecsk@gmail.com> | 2005-11-17 03:06:03 +0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-11-16 13:19:37 -0800 |
commit | 565cb991147d7bf7945ed50d9d5e1e84ade35572 (patch) | |
tree | 23da6fd2a119a799c1c97a3b4cfca0424b19f3f8 /Documentation/git-log.txt | |
parent | 8366a10ab21f22deb7ea4a9dbd02effcd279318c (diff) | |
download | git-565cb991147d7bf7945ed50d9d5e1e84ade35572.tar.gz |
Documentation/git-log.txt: trivial typo fix.
Signed-off-by: Alecs King <alecsk@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 9cac0886cf..e995d1b74b 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -20,7 +20,7 @@ This manual page describes only the most frequently used options. OPTIONS ------- ---pretty=<format>: +--pretty=<format>:: Controls the way the commit log is formatted. --max-count=<n>:: |