summaryrefslogtreecommitdiffstats
path: root/git-mv.html
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-02 03:06:38 +0000
commitfce7c7e1549d1a2a2b0faf5952378236eed4d468 (patch)
treeffce2ae419b52786a0e567f4fddaadd89016f62c /git-mv.html
parentbb8e996adf4293a0b624fe77e95e12ae8d1faed9 (diff)
downloadgit-htmldocs-fce7c7e1549d1a2a2b0faf5952378236eed4d468.tar.gz
Autogenerated HTML docs for v1.5.6.1-156-ge903b
Diffstat (limited to 'git-mv.html')
-rw-r--r--git-mv.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/git-mv.html b/git-mv.html
index 7b9b61632..a264d9487 100644
--- a/git-mv.html
+++ b/git-mv.html
@@ -272,15 +272,15 @@ git-mv(1) Manual Page
</div>
<h2>SYNOPSIS</h2>
<div class="sectionbody">
-<p><em>git-mv</em> &lt;options&gt;&#8230; &lt;args&gt;&#8230;</p>
+<p><em>git mv</em> &lt;options&gt;&#8230; &lt;args&gt;&#8230;</p>
</div>
<h2>DESCRIPTION</h2>
<div class="sectionbody">
<p>This script is used to move or rename a file, directory or symlink.</p>
<div class="literalblock">
<div class="content">
-<pre><tt>git-mv [-f] [-n] &lt;source&gt; &lt;destination&gt;
-git-mv [-f] [-n] [-k] &lt;source&gt; ... &lt;destination directory&gt;</tt></pre>
+<pre><tt>git mv [-f] [-n] &lt;source&gt; &lt;destination&gt;
+git mv [-f] [-n] [-k] &lt;source&gt; ... &lt;destination directory&gt;</tt></pre>
</div></div>
<p>In the first form, it renames &lt;source&gt;, which must exist and be either
a file, symlink or directory, to &lt;destination&gt;.
@@ -340,7 +340,7 @@ Move functionality added by Josef Weidendorfer &lt;Josef.Weidendorfer@gmx.de&gt;
</div>
<div id="footer">
<div id="footer-text">
-Last updated 08-Jun-2008 22:46:50 UTC
+Last updated 02-Jul-2008 03:01:54 UTC
</div>
</div>
</body>