path argument can not be optional in rscp; add more docs

This commit is contained in:
CJ 2014-12-29 00:02:35 +11:00
parent 158266684d
commit 42fa7ceaac
3 changed files with 6 additions and 6 deletions

View file

@ -12,7 +12,7 @@
`git scp` \-h|help|?
`git scp` <remote> [<commits>\.\.\.|<path>\.\.\.]
`git rscp` <remote> [<path>]
`git rscp` <remote> <path>
.
.fi
.
@ -23,7 +23,7 @@ A convenient way to copy files from the current working tree to the working dire
Internally this script uses \fBrsync\fR and not \fBscp\fR as the name suggests\.
.
.P
\fBgit\-rscp\fR \- Copies specific files from the working directory of a remote repository to the current working directory\.
\fBgit\-rscp\fR \- The reverse of \fBgit\-scp\fR\. Copies specific files from the working directory of a remote repository to the current working directory\.
.
.SH "OPTIONS"
<remote>

View file

@ -79,7 +79,7 @@
<pre><code>`git scp` -h|help|?
`git scp` &lt;remote> [&lt;commits>...|&lt;path>...]
`git rscp` &lt;remote> [&lt;path>]
`git rscp` &lt;remote> &lt;path>
</code></pre>
<h2 id="DESCRIPTION">DESCRIPTION</h2>
@ -88,7 +88,7 @@
<p>Internally this script uses <code>rsync</code> and not <code>scp</code> as the name suggests.</p>
<p><code>git-rscp</code> - Copies specific files from the working directory of a remote repository to the current working directory.</p>
<p><code>git-rscp</code> - The reverse of <code>git-scp</code>. Copies specific files from the working directory of a remote repository to the current working directory.</p>
<h2 id="OPTIONS">OPTIONS</h2>

View file

@ -5,7 +5,7 @@ git-scp(1) -- Copy files to SSH compatible `git-remote`
`git scp` -h|help|?
`git scp` <remote> [<commits>...|<path>...]
`git rscp` <remote> [<path>]
`git rscp` <remote> <path>
## DESCRIPTION
@ -13,7 +13,7 @@ A convenient way to copy files from the current working tree to the working dire
Internally this script uses `rsync` and not `scp` as the name suggests.
`git-rscp` - Copies specific files from the working directory of a remote repository to the current working directory.
`git-rscp` - The reverse of `git-scp`. Copies specific files from the working directory of a remote repository to the current working directory.
## OPTIONS