From 4a58ff146aede19c6c5083a1a8d0a443aefb97e0 Mon Sep 17 00:00:00 2001 From: Tom Vaughan Date: Wed, 22 Aug 2012 16:17:25 -0700 Subject: [PATCH] missed in a previous commit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d4cd91..36ff998 100644 --- a/README.md +++ b/README.md @@ -51,9 +51,9 @@ To use a particular SSH port, add: Default is `22`. -To pass the `--delete` option to rsync, add: +To remove orphaned files or directories on the remote host, add: - deploy.delete = true + deploy.clean = true Default is `false`.