summaryrefslogtreecommitdiffstats
path: root/gitcli.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-12-03 14:07:11 -0800
committerJunio C Hamano <gitster@pobox.com>2013-12-03 14:07:11 -0800
commitb73af6c3bb75d464c5816f310eafe4af58c158a7 (patch)
tree6cb2ea7dedd3219b7377e188b10198805b9dce72 /gitcli.html
parent6c7be4687b43e460af156641dede43df6fad8bef (diff)
downloadgit-htmldocs-b73af6c3bb75d464c5816f310eafe4af58c158a7.tar.gz
Autogenerated HTML docs for v1.8.5.1-19-gdaad3
Diffstat (limited to 'gitcli.html')
-rw-r--r--gitcli.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/gitcli.html b/gitcli.html
index 95e1943f1..9f2e113b4 100644
--- a/gitcli.html
+++ b/gitcli.html
@@ -848,12 +848,12 @@ when you give a revision parameter to a command, make sure the parameter is
</li>
<li>
<p>
-many commands allow a long option "--option" to be abbreviated
+many commands allow a long option <code>--option</code> to be abbreviated
only to their unique prefix (e.g. if there is no other option
- whose name begins with "opt", you may be able to spell "--opt" to
- invoke the "--option" flag), but you should fully spell them out
+ whose name begins with <code>opt</code>, you may be able to spell <code>--opt</code> to
+ invoke the <code>--option</code> flag), but you should fully spell them out
when writing your scripts; later versions of Git may introduce a
- new option whose name shares the same prefix, e.g. "--optimize",
+ new option whose name shares the same prefix, e.g. <code>--optimize</code>,
to make a short prefix that used to be unique no longer unique.
</p>
</li>
@@ -924,7 +924,7 @@ prefix of a long option as if it is fully spelled out, but use this
with a caution. For example, <code>git commit --amen</code> behaves as if you
typed <code>git commit --amend</code>, but that is true only until a later version
of Git introduces another option that shares the same prefix,
-e.g `git commit --amenity" option.</p></div>
+e.g. <code>git commit --amenity</code> option.</p></div>
</div>
<div class="sect2">
<h3 id="_separating_argument_from_the_option">Separating argument from the option</h3>
@@ -1001,7 +1001,7 @@ information.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2013-10-23 14:56:14 PDT
+Last updated 2013-12-03 14:06:33 PST
</div>
</div>
</body>