From 851cc8a8972b9999bb24ec2f11c7f567f606e82d Mon Sep 17 00:00:00 2001 From: Sam Kirkland Date: Mon, 16 Sep 2019 10:49:29 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6fd1263..931e342 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You can use as many arguments as you want, seperate them with a space | Argument | Description | |---------------------|----------------------------------------------------------------------| | `--delete` | Delete files not present at the source | -| `--transfer-all` | Transfer all files, even seemingly the same at the target site | +| `--transfer-all` | Transfer all files, even seemingly the same as the target site | | `--dry-run` | Ouputs files that will be modified without making any actual changes | | `--include=` | Include matching files | | `--exclude=` | Exclude matching files |