diff options
author | Christian Couder <chriscool@tuxfamily.org> | 2010-01-23 08:26:26 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-01-23 11:26:46 -0800 |
commit | dd8a8d476b65fdc00747f504069befdf646f8454 (patch) | |
tree | cbcbcbcb767d7a8dbd251c074fc4e5c8d70d0692 /Documentation | |
parent | Merge git://git.bogomips.org/git-svn (diff) | |
download | tgif-dd8a8d476b65fdc00747f504069befdf646f8454.tar.xz |
Documentation: rev-list: fix synopsys for --tags and and --remotes
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-rev-list.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index ae17c8a6fb..173f3fc785 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -22,8 +22,8 @@ SYNOPSIS [ \--not ] [ \--all ] [ \--branches[=pattern] ] - [ \--tags=[pattern] ] - [ \--remotes=[pattern] ] + [ \--tags[=pattern] ] + [ \--remotes[=pattern] ] [ \--glob=glob-pattern ] [ \--stdin ] [ \--quiet ] |