Chinese pages: fix (valid) tldr-lint errors (#5375)

This commit is contained in:
bl-ue
2021-03-08 15:22:42 -05:00
committed by GitHub
parent 69bd42d179
commit 7b57b87145
10 changed files with 21 additions and 16 deletions

View File

@@ -11,8 +11,6 @@
`adb shell getprop`
- 查看进程列表
- 重置所有运行时权限为它们的默认值:
`adb shell pm reset-permissions`

View File

@@ -23,6 +23,6 @@
`code -d {{文件1}} {{文件2}}`
- 用超级用户 (sudo) 权限打开 VS Code:
- 用超级用户 (sudo) 权限打开 VS Code:
`sudo code {{路径/文件或目录}} --user-data-dir`

View File

@@ -14,4 +14,3 @@
- 列出加密的`archive.gpg`的内容:
`gpg-zip --list-archive {{path/to/archive.gpg}}`

View File

@@ -35,4 +35,3 @@
- 导出 alice@example.com 的私钥(输出到标准输出):
`gpg --export-secret-keys --armor {{alice@example.com}}`

View File

@@ -31,4 +31,3 @@
- 将指定电子邮件地址的私钥导出到标准输出:
`gpg2 --export-secret-keys --armor {{alice@example.com}}`

View File

@@ -14,4 +14,3 @@
- 在 keyrings 列表中添加一个文件(一个导出的钥匙也算作一个 keyring
`gpgv --keyring {{path/to/keyring_file}} {{path/to/signature}} {{path/to/file}}`