Commit 0a4cac8a authored by Ben May's avatar Ben May
Browse files

Fix spelling typo

parent cfe7f705
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ wp s3-uploads upload-directory <from> <to> [--sync] [--dry-run]

Passing `--sync` will only upload files that are newer in `<from>` or that don't exist on S3 already. Use `--dry-run` to test.

There is also an all purpose `cp` command for arbitraty copying to and from S3.
There is also an all purpose `cp` command for arbitrary copying to and from S3.

```
wp s3-uploads cp <from> <to>