pages*/*: update some outdated pages, blackfire: fix placeholder (#14154)

This commit is contained in:
Sebastiaan Speck
2024-10-13 10:27:02 +02:00
committed by GitHub
parent f21fa6a211
commit 03fd077956
62 changed files with 188 additions and 188 deletions

View File

@@ -9,11 +9,11 @@
- 显示 AUR 包列表的包信息,包名以一个单独的空格分隔:
`auracle info {{package1}} {{package2}}`
`auracle info {{package1 package2 ...}}`
- 显示 AUR 包列表的 `PKGBUILD` 文件(编译信息),包名以一个单独的空格分隔:
`auracle show {{package1}} {{package2}}`
`auracle show {{package1 package2 ...}}`
- 显示已安装 AUR 包的更新:

View File

@@ -3,10 +3,6 @@
> KDE Plasma 的文件索引和搜索框架。
> 更多信息:<https://wiki.archlinux.org/index.php/Baloo>.
- 查看帮助:
`balooctl`
- 显示索引器状态:
`balooctl status`
@@ -34,3 +30,7 @@
- 检查未索引的文件并索引它们:
`balooctl check`
- 显示帮助信息:
`balooctl --help`

View File

@@ -21,4 +21,4 @@
- 使用来自 bluetoothd 或插件源中特定文件启动守护进程并输出详细信息:
`bluetoothd --debug={{文件一}}:{{文件二}}:{{文件三}}`
`bluetoothd --debug={{文件一:文件二:...}}`