mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 05:05:59 +02:00
rsync: fix example description (#4866)
This commit is contained in:
parent
8dcd63a156
commit
0162480727
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
`rsync {{remote_host}}:{{path/to/remote_file}} {{path/to/local_directory}}`
|
`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}}`
|
`rsync -azvhP {{path/to/local_file}} {{remote_host}}:{{path/to/remote_directory}}`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue