From 0162480727a38d551ee2b1474d8f2c048028f2bb Mon Sep 17 00:00:00 2001 From: Giovanni Geraci Date: Mon, 26 Oct 2020 12:52:26 +0100 Subject: [PATCH] rsync: fix example description (#4866) --- pages/common/rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/rsync.md b/pages/common/rsync.md index bfc802ea3..699c96efc 100644 --- a/pages/common/rsync.md +++ b/pages/common/rsync.md @@ -11,7 +11,7 @@ `rsync {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}` -- Transfer file in [a]rchive (to preserve attributes) and compressed ([z]ipped) mode with [v]erbose and [h]uman-readable [p]rogress: +- Transfer file in [a]rchive (to preserve attributes) and compressed ([z]ipped) mode with [v]erbose and [h]uman-readable [P]rogress: `rsync -azvhP {{path/to/local_file}} {{remote_host}}:{{path/to/remote_directory}}`