From: Anders Kaseorg Date: Fri, 6 Apr 2018 20:21:19 +0000 (-0400) Subject: Documentation/git-bisect.txt: git bisect term → git bisect terms X-Git-Tag: v2.18.0-rc0~122^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bbd374dd20a529c5b85ca3b50b37f3635e92cce4;p=git Documentation/git-bisect.txt: git bisect term → git bisect terms Signed-off-by: Anders Kaseorg Signed-off-by: Junio C Hamano --- 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 ~~~~~~~~~~~~~~~~