mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:53:10 +02:00
rsync: standardize verbiage
Use "directory" instead of "folder"
This commit is contained in:
parent
8518db8ff9
commit
6f876373a1
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
|
||||
- Transfer directory contents (but not the directory itself) from a remote to local:
|
||||
|
||||
`rsync -r {{remote_host_name}}:{{remote_folder_location}}/ {{local_folder_location}}`
|
||||
`rsync -r {{remote_host_name}}:{{remote_directory_location}}/ {{local_directory_location}}`
|
||||
|
||||
- Transfer only updated files from remote host:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue