diff --git a/man/git-scp.1 b/man/git-scp.1 index 1b53d9c..97d8fdb 100644 --- a/man/git-scp.1 +++ b/man/git-scp.1 @@ -12,7 +12,7 @@ `git scp` \-h|help|? `git scp` [\.\.\.|\.\.\.] -`git rscp` [] +`git rscp` . .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" diff --git a/man/git-scp.html b/man/git-scp.html index 2a9ed2f..6a27ed5 100644 --- a/man/git-scp.html +++ b/man/git-scp.html @@ -79,7 +79,7 @@
`git scp` -h|help|?
 `git scp` <remote> [<commits>...|<path>...]
-`git rscp` <remote> [<path>]
+`git rscp` <remote> <path>
 

DESCRIPTION

@@ -88,7 +88,7 @@

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

diff --git a/man/git-scp.md b/man/git-scp.md index ac44e46..cb63f93 100644 --- a/man/git-scp.md +++ b/man/git-scp.md @@ -5,7 +5,7 @@ git-scp(1) -- Copy files to SSH compatible `git-remote` `git scp` -h|help|? `git scp` [...|...] - `git rscp` [] + `git rscp` ## 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