diff options
author | Anders Kaseorg <andersk@mit.edu> | 2018-04-06 16:21:19 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-07 20:50:19 +0900 |
commit | bbd374dd20a529c5b85ca3b50b37f3635e92cce4 (patch) | |
tree | aaffdfefa3f814677e9e3d0714232961f3848fbd | |
parent | bisect: add 'git bisect terms' to view the current terms (diff) | |
download | tgif-bbd374dd20a529c5b85ca3b50b37f3635e92cce4.tar.xz |
Documentation/git-bisect.txt: git bisect term → git bisect terms
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/git-bisect.txt | 4 |
1 files 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 ~~~~~~~~~~~~~~~~ |