Skip to content

Commit

Permalink
Fix typos and argument descriptions in the manpage.
Browse files Browse the repository at this point in the history
Signed-off-by: Niklas Fiekas <niklas.fiekas@googlemail.com>
  • Loading branch information
niklasf committed Nov 16, 2011
1 parent 487f278 commit 0d93ed2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions git-ftp.1
Expand Up @@ -17,7 +17,7 @@ git-ftp \- Quick and efficient publishing of Git repositories over FTP
.sp
Some web hosts only give you FTP access to the hosting space, but you would
still like to use Git to version the contents of your directory. You could
upload a full tarball of your website very time you update, but that's
upload a full tarball of your website every time you update, but that's
wasteful. \fIgit ftp\fR only uploads the files that changed.


Expand All @@ -36,21 +36,21 @@ Display only errors and warnings\&.
.RE

.PP
\-r, \-\-revision
\-r <commit>, \-\-revision=<commit>
.RS 4
The SHA of the current revision is stored in \fIgit-rev.txt\fR on the server.
Use this revision instead of the server stored one, to determine whch files
Use this revision instead of the server stored one, to determine which files
have changed\&.
.RE

.PP
\-c, \-\-commit
\-c <commit>, \-\-commit=<commit>
.RS 4
Upload this commit instead of HEAD or the tip of the selected branch\&.
.RE

.PP
\-b, \-\-branch
\-b <branch>, \-\-branch=<branch>
.RS 4
Use this branch instead of the active one\&.
.RE
Expand Down

0 comments on commit 0d93ed2

Please sign in to comment.