From c60daf09e7d917dc022e72029ed357aa0f1de670 Mon Sep 17 00:00:00 2001 From: John Wu Date: Tue, 28 Jan 2014 20:00:11 +0800 Subject: [PATCH] fix broken rsync.md --- osx/rsync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'