From: Ævar Arnfjörð Bjarmason Date: Mon, 15 May 2017 12:23:31 +0000 (+0000) Subject: tag: duplicate mention of --contains should mention --no-contains X-Git-Tag: v2.13.1~7^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/80f4cd804628f59e679b6107a63b05b898c7221e tag: duplicate mention of --contains should mention --no-contains Fix a duplicate mention of --contains in the SYNOPSIS to mention --no-contains. This fixes an error introduced in my commit ac3f5a3468 ("ref-filter: add --no-contains option to tag/branch/for-each-ref", 2017-03-24). Signed-off-by: Ævar Arnfjörð Bjarmason Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index f8a0b787f4..1eb15afa1c 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -12,7 +12,7 @@ SYNOPSIS 'git tag' [-a | -s | -u ] [-f] [-m | -F ] [ | ] 'git tag' -d ... -'git tag' [-n[]] -l [--contains ] [--contains ] +'git tag' [-n[]] -l [--contains ] [--no-contains ] [--points-at ] [--column[=] | --no-column] [--create-reflog] [--sort=] [--format=] [--[no-]merged []] [...]