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>
Anders Kaseorg committed
Apr 6, 2018 at 16:21 UTC
bbd374dd20a529c5b85ca3b50b37f3635e92cce4
1 file changed
+2
-2
Documentation/git-bisect.txt
+2
-2
@@ -164,8 +164,8 @@ To get a reminder of the currently used terms, use
164
git bisect terms
165
------------------------------------------------
166
167
-You can get just the old (respectively new) term with `git bisect term
168
---term-old` or `git bisect term --term-good`.
167
+You can get just the old (respectively new) term with `git bisect terms
168
+--term-old` or `git bisect terms --term-good`.
169
170
Bisect visualize
171
~~~~~~~~~~~~~~~~