summaryrefslogtreecommitdiffstats
path: root/git-rev-parse.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2018-06-01 16:13:44 +0900
committerJunio C Hamano <gitster@pobox.com>2018-06-01 16:13:44 +0900
commitc9cb517b2749cb836e12257460f85d440c93320d (patch)
tree5569b7a92ee1e0d500d481d64faa44f82c14ee73 /git-rev-parse.html
parent944ce257455780f7b55f49fd76c18ea6d0b77b0a (diff)
downloadgit-htmldocs-c9cb517b2749cb836e12257460f85d440c93320d.tar.gz
Autogenerated HTML docs for v2.18.0-rc0-42-gc2c7
Diffstat (limited to 'git-rev-parse.html')
-rw-r--r--git-rev-parse.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-rev-parse.html b/git-rev-parse.html
index 07c069ffb..50c860170 100644
--- a/git-rev-parse.html
+++ b/git-rev-parse.html
@@ -749,7 +749,7 @@ git-rev-parse(1) Manual Page
<h2 id="_synopsis">SYNOPSIS</h2>
<div class="sectionbody">
<div class="verseblock">
-<pre class="content"><em>git rev-parse</em> [ --option ] &lt;args&gt;&#8230;</pre>
+<pre class="content"><em>git rev-parse</em> [&lt;options&gt;] &lt;args&gt;&#8230;</pre>
<div class="attribution">
</div></div>
</div>
@@ -1895,7 +1895,7 @@ lines on purpose).</p></div>
<div class="listingblock">
<div class="content">
<pre><code>OPTS_SPEC="\
-some-command [options] &lt;args&gt;...
+some-command [&lt;options&gt;] &lt;args&gt;...
some-command does foo and bar!
--
@@ -1918,7 +1918,7 @@ eval "$(echo "$OPTS_SPEC" | git rev-parse --parseopt -- "$@" || echo exit $?)"</
usage text would be shown:</p></div>
<div class="listingblock">
<div class="content">
-<pre><code>usage: some-command [options] &lt;args&gt;...
+<pre><code>usage: some-command [&lt;options&gt;] &lt;args&gt;...
some-command does foo and bar!
@@ -2008,7 +2008,7 @@ Similar to above:
<div id="footer">
<div id="footer-text">
Last updated
- 2018-01-27 08:11:04 JST
+ 2018-06-01 16:13:01 JST
</div>
</div>
</body>