diff --git a/osx/rsync.md b/osx/rsync.md index 687b9c76d2..3f015c6022 100644 --- a/osx/rsync.md +++ b/osx/rsync.md @@ -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'