Skip to content

Commit 809824a

Browse files
omergulenAdnan Ahmed
authored andcommitted
Update README.md (#54)
miss typing farget_folder -> target_folder
1 parent 986117e commit 809824a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ scp source_file user@host:directory/target_file
838838
*copy from remote host to local host*
839839
```bash
840840
scp user@host:directory/source_file target_file
841-
scp -r user@host:directory/source_folder farget_folder
841+
scp -r user@host:directory/source_folder target_folder
842842
```
843843
This command also accepts an option `-P` that can be used to connect to specific port.
844844
```bash

0 commit comments

Comments
 (0)