mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
*: update placeholder in Chinese translation (#10267)
This commit is contained in:
parent
db0c657ade
commit
f82310bb5d
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
- 移除多个文件中未使用的引入,并展示 diffs:
|
||||
|
||||
`autoflake --remove-all-unused-imports {{路径/到/文件1个.py 路径/到/文件2个.py ...}}`
|
||||
`autoflake --remove-all-unused-imports {{路径/到/文件1.py 路径/到/文件2.py ...}}`
|
||||
|
||||
- 移除未被使用的变量,并覆盖更新:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
- 快速显示一个或多个文件:
|
||||
|
||||
`qlmanage -p {{路径/到/文件1个 路径/到/文件2个 ...}}`
|
||||
`qlmanage -p {{路径/到/文件1 路径/到/文件2 ...}}`
|
||||
|
||||
- 计算生成当前目录中所有 jpeg 文件的缩略图,300px 宽 png 格式,并将它们放在一个指定目录中:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue