1
0
Fork 0
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:
Zhizhen He 2023-07-25 01:43:16 +08:00 committed by GitHub
parent 15a7bb9943
commit ebf1a23afe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,8 +9,8 @@
- 在 Xcode 中打开文件,如果不存在则创建:
`xed -c {{文件名}}`
`xed --create {{文件名}}`
- 在 Xcode 中打开一个文件并跳转到第 75 行:
`xed -l 75 {{文件名}}`
`xed --line 75 {{文件名}}`