aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-annotate.txt
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2022-10-13 17:39:20 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-13 09:32:57 -0700
commitdf8738116f7a00f74c8ac75d10ced87164287819 (patch)
tree99685962ddad543f871b2fbeeb55a640c21d4901 /Documentation/git-annotate.txt
parent951ec747d47e70c40625f2d37173584db4a0e13e (diff)
downloadgit-df8738116f7a00f74c8ac75d10ced87164287819.tar.gz
doc txt & -h consistency: make "annotate" consistent
The cmd_blame() already detected whether it was processing "blame" or "annotate", but it didn't adjust its usage output accordingly. Let's do that. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-annotate.txt')
-rw-r--r--Documentation/git-annotate.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-annotate.txt b/Documentation/git-annotate.txt
index e44a831339..5ae8aabe0f 100644
--- a/Documentation/git-annotate.txt
+++ b/Documentation/git-annotate.txt
@@ -8,7 +8,7 @@ git-annotate - Annotate file lines with commit information
SYNOPSIS
--------
[verse]
-'git annotate' [<options>] <file> [<revision>]
+'git annotate' [<options>] [<rev-opts>] [<rev>] [--] <file>
DESCRIPTION
-----------