fix(typo): iptables-restore typo update

This commit is contained in:
Mystic 2021-05-18 15:26:11 +08:00 committed by 小弟调调™
parent a697befa3c
commit 5490c20e51
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ iptables-restore
### 语法
```shell
iptables-restor(选项)
iptables-restore(选项)
```
### 选项
@ -23,10 +23,10 @@ iptables-restor(选项)
### 实例
```shell
iptables-restor < iptables.bak
iptables-restore < iptables.bak
```
iptables.bak是iptables-save命令所备份的文件。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->