1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 11:53:11 +02:00

Wrong order of arguments in command

This commit is contained in:
Miguel Amigot 2016-03-19 02:01:04 -04:00
parent 42551edc3f
commit 085b18642f

View file

@ -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: