Skip to content

Commit 006304e

Browse files
kassadinjaywcjlove
authored andcommitted
fix type
1 parent 1d577c7 commit 006304e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/scp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ scp -r root@10.10.10.10:/opt/soft/mongodb /opt/soft/
6060

6161
```bash
6262
scp /opt/soft/nginx-0.5.38.tar.gz root@10.10.10.10:/opt/soft/scptest
63-
# 添加断开 2222
63+
# 指定端口 2222
6464
scp -rp -P 2222 /opt/soft/nginx-0.5.38.tar.gz root@10.10.10.10:/opt/soft/scptest
6565
```
6666

0 commit comments

Comments
 (0)