Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Kaseorg <andersk@mit.edu>2018-04-06 23:21:19 +0300
committerJunio C Hamano <gitster@pobox.com>2018-04-07 14:50:19 +0300
commitbbd374dd20a529c5b85ca3b50b37f3635e92cce4 (patch)
treeaaffdfefa3f814677e9e3d0714232961f3848fbd /Documentation/git-bisect.txt
parent21b55e33695f47f3e2616d178ab1e06743bfef66 (diff)
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
~~~~~~~~~~~~~~~~