Skip to content

Commit 432c945

Browse files
authored
Fix typo
1 parent 23b43a0 commit 432c945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/dd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dd(选项)
1818
### 选项
1919

2020
```
21-
bs=<字节数>:将ibs(输入)与欧巴桑(输出)设成指定的字节数;
21+
bs=<字节数>:将ibs(输入)与obs(输出)设成指定的字节数;
2222
cbs=<字节数>:转换时,每次只转换指定的字节数;
2323
conv=<关键字>:指定文件转换的方式;
2424
count=<区块数>:仅读取指定的区块数;

0 commit comments

Comments
 (0)