diff options
author | 2020-09-03 12:37:06 -0700 | |
---|---|---|
committer | 2020-09-03 12:37:06 -0700 | |
commit | da6b99c39abee3f6882ac35814485330bd344dfd (patch) | |
tree | 7d46e245d8f86f53d54d32e16dabdd902937263e /Documentation | |
parent | Merge branch 'so/pretty-abbrev-doc' (diff) | |
parent | bisect: swap command-line options in documentation (diff) | |
download | tgif-da6b99c39abee3f6882ac35814485330bd344dfd.tar.xz |
Merge branch 'hl/bisect-doc-clarify-bad-good-ordering'
Doc update.
* hl/bisect-doc-clarify-bad-good-ordering:
bisect: swap command-line options in documentation
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-bisect.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-bisect.txt b/Documentation/git-bisect.txt index 0e993e4587..fbb39fbdf5 100644 --- a/Documentation/git-bisect.txt +++ b/Documentation/git-bisect.txt @@ -16,7 +16,7 @@ DESCRIPTION The command takes various subcommands, and different options depending on the subcommand: - git bisect start [--term-{old,good}=<term> --term-{new,bad}=<term>] + git bisect start [--term-{new,bad}=<term> --term-{old,good}=<term>] [--no-checkout] [--first-parent] [<bad> [<good>...]] [--] [<paths>...] git bisect (bad|new|<term-new>) [<rev>] git bisect (good|old|<term-old>) [<rev>...] |