Skip to content

Commit 2be9c7e

Browse files
committed
Update docs
1 parent 7ce64a3 commit 2be9c7e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

posts/file-uploads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,12 @@ rsync -rv public/ {service}:/site/
2828
### What rsync options are supported?
2929

3030
Because in our Go SSH server we re-implement `rsync`, many options are currently
31-
not supported. For example, `--delete` and `--dry-run` are not supported. At
31+
not supported. For example, `--dry-run` is not supported. At
3232
this time, the only options we supported are the following:
3333

3434
- `-r`
3535
- `-v`
36+
- `--delete`
3637

3738
## scp
3839

0 commit comments

Comments
 (0)