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