diff --git a/README.md b/README.md index 72f6fe6..643cfd4 100644 --- a/README.md +++ b/README.md @@ -396,5 +396,5 @@ rsync -avh source target --progress # example over ssh # Note: rsync bust be installed both on source and target. -rsync -avh ../test_* user@target-address:/home/user/test --progress +rsync -avh ../test_* user@target-address:/home/user/test --info=progress2 ```