Skip to content

Commit 56bcaee

Browse files
authored
unzip: fix Chinese translation (#17540)
1 parent 62d41a2 commit 56bcaee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages.zh/common/unzip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212

1313
`unzip {{路径/到/压缩文件1.zip 路径/到/压缩文件2.zip ...}} -d {{路径/到/输出目录}}`
1414

15-
- 将压缩包中的文件和目录提取到 `stdout`(标准输出)
15+
- 从压缩包中提取文件或目录到 `stdout`(标准输出),并附带文件名
1616

1717
`unzip -c {{路径/到/压缩文件1.zip 路径/到/压缩文件2.zip ...}}`
1818

19-
- 提取文件内容及文件名到 `stdout`(标准输出)中
19+
- 提取在 Windows 上创建的压缩包,其中包含非 ASCII(例如中文或日文字符)命名的文件
2020

2121
`unzip -O {{gbk}} {{路径/到/压缩文件1.zip 路径/到/压缩文件2.zip ...}}`
2222

0 commit comments

Comments
 (0)