From: Michal Sojka Date: Tue, 23 Sep 2008 14:36:42 +0000 (+0200) Subject: Fixed typos in doccumentation, removed empty README X-Git-Url: http://rtime.felk.cvut.cz/gitweb/git-ftp-sync.git/commitdiff_plain/299c46137a12559d230e7ef32f2f4aa8bb8a871e Fixed typos in doccumentation, removed empty README --- diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/git-ftp-sync b/git-ftp-sync index 73fd7ab..d3d3e26 100755 --- a/git-ftp-sync +++ b/git-ftp-sync @@ -1,6 +1,6 @@ #!/usr/bin/env python -# Script for mirroring (a part of) git repository to a FTP site. Only +# Script for mirroring (a part of) git repository to an FTP site. Only # changed files are copied to FTP. Works with bare repositories. # # Author: Michal Sojka @@ -13,7 +13,7 @@ # or # /usr/local/bin/git-ftp-sync -d /var/www/projectweb -r www -# The first comamnd line mirrors the content og www directory in +# The first comamnd line mirrors the content of www directory in # repository to FTP site at ftp.example.com as user "username" with # password "secret".