mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-30 17:33:50 +08:00
pacfile, pacini: fix pages (#18720)
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user