From dd8a8d476b65fdc00747f504069befdf646f8454 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sat, 23 Jan 2010 08:26:26 +0100 Subject: [PATCH] Documentation: rev-list: fix synopsys for --tags and and --remotes Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano --- Documentation/git-rev-list.txt | 4 ++-- 1 file 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 ] -- 2.11.4.GIT