From 085b18642feb3789f287c296a824ef232721f801 Mon Sep 17 00:00:00 2001 From: Miguel Amigot Date: Sat, 19 Mar 2016 02:01:04 -0400 Subject: [PATCH] Wrong order of arguments in command --- pages/common/scp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/scp.md b/pages/common/scp.md index 87070a6c3..970f771c9 100644 --- a/pages/common/scp.md +++ b/pages/common/scp.md @@ -13,7 +13,7 @@ - Recursively copy the contents of a directory on a remote host to a local directory: -`scp -r {{remote_host}}:{{/path/remote_dir}} {{/path/local_dir}}` +`scp -r {{/path/local_dir}} {{remote_host}}:{{/path/remote_dir}}` - Copy a file between two remote hosts transferring through the local host: