mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
fix broken rsync.md
This commit is contained in:
parent
f4ff960ed3
commit
c60daf09e7
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
- transfer file from remote host to local
|
||||
|
||||
`rsync {{remote_host_name}}:{{remote_file_location} {{local_file_location}}`
|
||||
`rsync {{remote_host_name}}:{{remote_file_location}} {{local_file_location}}`
|
||||
|
||||
- transfer all *.js files in current directory to host 'devbox' as user 'mike'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue