summaryrefslogtreecommitdiffstats
path: root/gitcli.html
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-06-06 12:16:29 -0700
committerJunio C Hamano <gitster@pobox.com>2014-06-06 12:16:29 -0700
commite1aeb5ef657d0c4fdff12a9c7503431edd9cd128 (patch)
tree0b26e69547edd5d5bbc66d1dd470d1ce66463b1e /gitcli.html
parentb051caf02ee59e3c9d1da4a61339f667f28754d1 (diff)
downloadgit-htmldocs-e1aeb5ef657d0c4fdff12a9c7503431edd9cd128.tar.gz
Autogenerated HTML docs for v2.0.0-239-g09531
Diffstat (limited to 'gitcli.html')
-rw-r--r--gitcli.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/gitcli.html b/gitcli.html
index f1025ea67..3ec9a1749 100644
--- a/gitcli.html
+++ b/gitcli.html
@@ -741,7 +741,7 @@ gitcli(7) Manual Page
<h2>NAME</h2>
<div class="sectionbody">
<p>gitcli -
- Git command line interface and conventions
+ Git command-line interface and conventions
</p>
</div>
</div>
@@ -823,7 +823,7 @@ scripting Git:</p></div>
<div class="ulist"><ul>
<li>
<p>
-it&#8217;s preferred to use the non dashed form of Git commands, which means that
+it&#8217;s preferred to use the non-dashed form of Git commands, which means that
you should prefer <tt>git foo</tt> to <tt>git-foo</tt>.
</p>
</li>
@@ -835,7 +835,7 @@ splitting short options to separate words (prefer <tt>git foo -a -b</tt>
</li>
<li>
<p>
-when a command line option takes an argument, use the <em>stuck</em> form. In
+when a command-line option takes an argument, use the <em>stuck</em> form. In
other words, write <tt>git foo -oArg</tt> instead of <tt>git foo -o Arg</tt> for short
options, and <tt>git foo --long-opt=Arg</tt> instead of <tt>git foo --long-opt Arg</tt>
for long options. An option that takes optional option-argument must be
@@ -873,7 +873,7 @@ time of the writing though) come with an enhanced option parser.</p></div>
<div class="sect2">
<h3 id="_magic_options">Magic Options</h3>
<div class="paragraph"><p>Commands which have the enhanced option parser activated all understand a
-couple of magic command line options:</p></div>
+couple of magic command-line options:</p></div>
<div class="dlist"><dl>
<dt class="hdlist1">
-h
@@ -1005,7 +1005,7 @@ information.</p></div>
<div id="footnotes"><hr /></div>
<div id="footer">
<div id="footer-text">
-Last updated 2014-02-07 12:30:09 PST
+Last updated 2014-06-06 12:15:38 PDT
</div>
</div>
</body>