aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-bisect.txt
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2018-04-06 16:21:19 -0400
committerJunio C Hamano <gitster@pobox.com>2018-04-07 20:50:19 +0900
commitbbd374dd20a529c5b85ca3b50b37f3635e92cce4 (patch)
treeaaffdfefa3f814677e9e3d0714232961f3848fbd /Documentation/git-bisect.txt
parent21b55e33695f47f3e2616d178ab1e06743bfef66 (diff)
downloadgit-bbd374dd20a529c5b85ca3b50b37f3635e92cce4.tar.gz
Documentation/git-bisect.txt: git bisect term → git bisect terms
Signed-off-by: Anders Kaseorg <andersk@mit.edu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-bisect.txt')
-rw-r--r--Documentation/git-bisect.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt
index 4dd6295809..0b305a6c21 100644
--- a/Documentation/git-bisect.txt
+++ b/Documentation/git-bisect.txt
@@ -164,8 +164,8 @@ To get a reminder of the currently used terms, use
git bisect terms
------------------------------------------------
-You can get just the old (respectively new) term with `git bisect term
---term-old` or `git bisect term --term-good`.
+You can get just the old (respectively new) term with `git bisect terms
+--term-old` or `git bisect terms --term-good`.
Bisect visualize
~~~~~~~~~~~~~~~~