From 79aaedc68195ed5d82635e3b4d510aaf0a065a8d Mon Sep 17 00:00:00 2001 From: pkirk Date: Mon, 23 Feb 2015 20:13:33 +0100 Subject: [PATCH] rsync -avc, not --avc --- docs/publish.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/publish.rst b/docs/publish.rst index 70d93e59..8c7d4c19 100644 --- a/docs/publish.rst +++ b/docs/publish.rst @@ -65,7 +65,7 @@ The steps for deploying your site will depend on where it will be hosted. If you have SSH access to a server running Nginx or Apache, you might use the ``rsync`` tool to transmit your site files:: - rsync --avc --delete output/ host.example.com:/var/www/your-site/ + rsync -avc --delete output/ host.example.com:/var/www/your-site/ There are many other deployment options, some of which can be configured when first setting up your site via the ``pelican-quickstart`` command. See the