]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-bisect.txt: git bisect term → git bisect terms
authorAnders Kaseorg <andersk@mit.edu>
Fri, 6 Apr 2018 20:21:19 +0000 (16:21 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sat, 7 Apr 2018 11:50:19 +0000 (20:50 +0900)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bisect.txt

index 4dd62958098f4b3ce3a9759b41e96b187f732a4f..0b305a6c21849cb18c5d9ae34e82c3f15be5cf0d 100644 (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
 ~~~~~~~~~~~~~~~~