From 89609a4101a1b15326983790702d13672e3dac2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Serge=20Crois=C3=A9?= Date: Wed, 2 Oct 2024 14:02:50 +0200 Subject: [PATCH] fix: doc: rsync_ssh.md spelling of would - ... what files would be transferred --- docs/guides/backup/rsync_ssh.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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