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'