summaryrefslogtreecommitdiffstats
path: root/git-bugreport.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-bugreport.html')
-rw-r--r--git-bugreport.html10
1 files changed, 8 insertions, 2 deletions
diff --git a/git-bugreport.html b/git-bugreport.html
index 0660aa964..2413de611 100644
--- a/git-bugreport.html
+++ b/git-bugreport.html
@@ -749,7 +749,8 @@ git-bugreport(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git bugreport</em> [(-o | --output-directory) &lt;path&gt;] [(-s | --suffix) &lt;format&gt;]
+<pre class="content"><em>git bugreport</em> [(-o | --output-directory) &lt;path&gt;]
+ [(-s | --suffix) &lt;format&gt; | --no-suffix]
[--diagnose[=&lt;mode&gt;]]</pre>
<div class="attribution">
</div></div>
@@ -840,11 +841,16 @@ the kind of information listed above when manually asking for help.</p></div>
<dt class="hdlist1">
--suffix &lt;format&gt;
</dt>
+<dt class="hdlist1">
+--no-suffix
+</dt>
<dd>
<p>
Specify an alternate suffix for the bugreport name, to create a file
named <em>git-bugreport-&lt;formatted-suffix&gt;</em>. This should take the form of a
strftime(3) format string; the current local time will be used.
+ <code>--no-suffix</code> disables the suffix and the file is just named
+ <code>git-bugreport</code> without any disambiguation measure.
</p>
</dd>
<dt class="hdlist1">
@@ -880,7 +886,7 @@ about their usage.</p></div>
<div id="footer">
<div id="footer-text">
Last updated
- 2024-02-08 15:45:59 PST
+ 2024-03-25 17:24:49 PDT
</div>
</div>
</body>