pacfile, pacini: fix pages (#18720)

This commit is contained in:
Managor
2025-10-14 04:22:14 +03:00
committed by GitHub
parent 0b53faa688
commit 2c98896a61
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -5,11 +5,11 @@
- List all available packages:
`pacfile`
`pacfile {{path/to/file_or_directory}}`
- Compare database values to the file system:
`pacfile --check`
`pacfile {{path/to/file_or_directory}} --check`
- Display help:
+3 -3
View File
@@ -9,15 +9,15 @@
- List configured sections:
`pacini --section-list`
`pacini {{path/to/file}} --section-list`
- Always show directive names even if only one directive is provided:
`pacini --verbose {{directive}}`
`pacini {{path/to/file}} --verbose`
- Display directives listed in a specific section:
`pacini --section {{section_name}}`
`pacini {{path/to/file}} --section {{section_name}}`
- Display help: