diff options
author | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:28:56 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2018-04-25 13:28:56 +0900 |
commit | f2d5e076674cccbe83d7f069201ec23608726650 (patch) | |
tree | cbc8f5c0cf2dfa9da3bcee88144cb797e89b22d0 | |
parent | Merge branch 'br/mergetools-guiffy' (diff) | |
parent | Documentation/git-bisect.txt: git bisect term → git bisect terms (diff) | |
download | tgif-f2d5e076674cccbe83d7f069201ec23608726650.tar.xz |
Merge branch 'ak/bisect-doc-typofix'
Docfix.
* ak/bisect-doc-typofix:
Documentation/git-bisect.txt: git bisect term → git bisect terms
-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 4a1417bdcd..4b45d837a7 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -165,8 +165,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`. If you would like to use your own terms instead of "bad"/"good" or "new"/"old", you can choose any names you like (except existing bisect |