fix broken rsync.md

waldyrious/alt-syntax
John Wu 2014-01-28 20:00:11 +08:00
parent f4ff960ed3
commit c60daf09e7
1 changed files with 1 additions and 1 deletions

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'