diff --git a/docs/guides/backup/rsync_ssh.md b/docs/guides/backup/rsync_ssh.md index 2fc660a48f..ca826a3f91 100644 --- a/docs/guides/backup/rsync_ssh.md +++ b/docs/guides/backup/rsync_ssh.md @@ -162,10 +162,10 @@ What this says is to run this command at 00 minute, 23 h, every day, every month ## Optional Flags ```bash --n : Dry-Run to see what files wouold be transferred --v : list out all the files which are being transferred --vvv : to provide debug info while transferring files --z : to enable compression during the transfer +-n : Dry-Run to see what files would be transferred +-v : list out all the files which are being transferred +-vvv : to provide debug info while transferring files +-z : to enable compression during the transfer ``` ## Conclusions