1
0
mirror of https://github.com/git/git.git synced 2024-09-28 05:20:00 +02:00

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>
This commit is contained in:
Anders Kaseorg 2018-04-06 16:21:19 -04:00 committed by Junio C Hamano
parent 21b55e3369
commit bbd374dd20

View File

@ -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
~~~~~~~~~~~~~~~~