Skip to content

Commit f2d5e07

Browse files
committed
Merge branch 'ak/bisect-doc-typofix'
Docfix. * ak/bisect-doc-typofix: Documentation/git-bisect.txt: git bisect term → git bisect terms
2 parents da36be5 + bbd374d commit f2d5e07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-bisect.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ To get a reminder of the currently used terms, use
165165
git bisect terms
166166
------------------------------------------------
167167

168-
You can get just the old (respectively new) term with `git bisect term
169-
--term-old` or `git bisect term --term-good`.
168+
You can get just the old (respectively new) term with `git bisect terms
169+
--term-old` or `git bisect terms --term-good`.
170170

171171
If you would like to use your own terms instead of "bad"/"good" or
172172
"new"/"old", you can choose any names you like (except existing bisect

0 commit comments

Comments
 (0)