ark: update placeholders in translation (#10226)

* ark: update placeholders in translation

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-05-23 14:44:40 +05:30
committed by GitHub
parent 3814dfc3c5
commit a35f5a7e07
3 changed files with 9 additions and 9 deletions

View File

@@ -5,12 +5,12 @@
- 将存档解压缩到当前目录:
`ark --batch {{存档名}}`
`ark --batch {{路径/到/存档名}}`
- 改变解压缩目录:
`ark --batch --destination {{解压缩目录路径}} {{存档名}}`
`ark --batch --destination {{路径/到/目录}} {{路径/到/存档名}}`
- 创建一个原本不存在的存档并向它添加文件:
`ark --add-to {{存档名}} {{文件1}} {{文件2}}`
`ark --add-to {{路径/到/存档名}} {{路径/到/文件1 路径/到/文件2 ...}}`