summaryrefslogtreecommitdiffstats
path: root/MyFirstContribution.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
committerJunio C Hamano <gitster@pobox.com>2019-07-09 19:54:04 -0700
commitc9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db (patch)
tree06ddfc72dff8e370e395a3acc692c8ab48147227 /MyFirstContribution.html
parentd0a9940c76b71c9df840a098a423d3400779d83c (diff)
downloadgit-htmldocs-c9f11c2b3a739e3e249b9e7711bf1ed76ef3c6db.tar.gz
Autogenerated HTML docs for v2.22.0-428-g6d5b2
Diffstat (limited to 'MyFirstContribution.html')
-rw-r--r--MyFirstContribution.html13
1 files changed, 7 insertions, 6 deletions
diff --git a/MyFirstContribution.html b/MyFirstContribution.html
index 23177fcdf..c1f8d6b52 100644
--- a/MyFirstContribution.html
+++ b/MyFirstContribution.html
@@ -1150,7 +1150,7 @@ git-psuh - Delight users' typo with a shy horse
SYNOPSIS
--------
[verse]
-'git-psuh'
+'git-psuh [&lt;arg&gt;...]'
DESCRIPTION
-----------
@@ -1210,13 +1210,14 @@ printing usage.</p></div>
<div class="paragraph"><p>Take a look at <code>Documentation/technical/api-parse-options.txt</code>. This is a handy
tool for pulling out options you need to be able to handle, and it takes a
usage string.</p></div>
-<div class="paragraph"><p>In order to use it, we&#8217;ll need to prepare a NULL-terminated usage string and a
-<code>builtin_psuh_options</code> array. Add a line to <code>#include "parse-options.h"</code>.</p></div>
-<div class="paragraph"><p>At global scope, add your usage:</p></div>
+<div class="paragraph"><p>In order to use it, we&#8217;ll need to prepare a NULL-terminated array of usage
+strings and a <code>builtin_psuh_options</code> array.</p></div>
+<div class="paragraph"><p>Add a line to <code>#include "parse-options.h"</code>.</p></div>
+<div class="paragraph"><p>At global scope, add your array of usage strings:</p></div>
<div class="listingblock">
<div class="content">
<pre><code>static const char * const psuh_usage[] = {
- N_("git psuh"),
+ N_("git psuh [&lt;arg&gt;...]"),
NULL,
};</code></pre>
</div></div>
@@ -1813,7 +1814,7 @@ should generate your diffs from <code>&lt;topic&gt;..&lt;mybranch&gt;</code> and
<div id="footer">
<div id="footer-text">
Last updated
- 2019-06-17 20:21:34 PDT
+ 2019-07-09 19:51:04 PDT
</div>
</div>
</body>