mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 16:13:31 +02:00
xed: update Chinese translation (#10537)
This commit is contained in:
parent
15a7bb9943
commit
ebf1a23afe
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@
|
|||
|
||||
- 在 Xcode 中打开文件,如果不存在则创建:
|
||||
|
||||
`xed -c {{文件名}}`
|
||||
`xed --create {{文件名}}`
|
||||
|
||||
- 在 Xcode 中打开一个文件并跳转到第 75 行:
|
||||
|
||||
`xed -l 75 {{文件名}}`
|
||||
`xed --line 75 {{文件名}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue