1
0
Fork 0
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:
John Wu 2014-01-28 20:00:11 +08:00
parent f4ff960ed3
commit c60daf09e7

View file

@ -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'