summaryrefslogtreecommitdiffstats
path: root/git-bisect.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-bisect.html')
-rw-r--r--git-bisect.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-bisect.html b/git-bisect.html
index 3f4514c7c..4c30d2f5f 100644
--- a/git-bisect.html
+++ b/git-bisect.html
@@ -761,7 +761,7 @@ git-bisect(1) Manual Page
on the subcommand:</p></div>
<div class="literalblock">
<div class="content">
-<pre><code>git bisect start [--term-{new,bad}=&lt;term&gt; --term-{old,good}=&lt;term&gt;]
+<pre><code>git bisect start [--term-(new|bad)=&lt;term-new&gt; --term-(old|good)=&lt;term-old&gt;]
[--no-checkout] [--first-parent] [&lt;bad&gt; [&lt;good&gt;...]] [--] [&lt;paths&gt;...]
git bisect (bad|new|&lt;term-new&gt;) [&lt;rev&gt;]
git bisect (good|old|&lt;term-old&gt;) [&lt;rev&gt;...]
@@ -771,7 +771,7 @@ git bisect reset [&lt;commit&gt;]
git bisect (visualize|view)
git bisect replay &lt;logfile&gt;
git bisect log
-git bisect run &lt;cmd&gt;...
+git bisect run &lt;cmd&gt; [&lt;arg&gt;...]
git bisect help</code></pre>
</div></div>
<div class="paragraph"><p>This command uses a binary search algorithm to find which commit in
@@ -1244,7 +1244,7 @@ help</code> or <code>git bisect -h</code> to get a long usage description.</p></
<div id="footer">
<div id="footer-text">
Last updated
- 2023-08-11 01:10:14 JST
+ 2023-10-31 15:29:48 JST
</div>
</div>
</body>