summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLibravatar Christian Couder <chriscool@tuxfamily.org>2010-01-23 08:26:26 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-01-23 11:26:46 -0800
commitdd8a8d476b65fdc00747f504069befdf646f8454 (patch)
treecbcbcbcb767d7a8dbd251c074fc4e5c8d70d0692 /Documentation
parentMerge git://git.bogomips.org/git-svn (diff)
downloadtgif-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.txt4
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 ]