From bbd374dd20a529c5b85ca3b50b37f3635e92cce4 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 6 Apr 2018 16:21:19 -0400 Subject: [PATCH] =?UTF-8?q?Documentation/git-bisect.txt:=20git=20bisect=20?= =?UTF-8?q?term=20=E2=86=92=20git=20bisect=20terms?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Anders Kaseorg Signed-off-by: Junio C Hamano --- Documentation/git-bisect.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ~~~~~~~~~~~~~~~~