Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-16 00:22:19 +00:00
parent cb2b02c321
commit a3dc1769f5
31 changed files with 139 additions and 93 deletions

View File

@@ -16,14 +16,18 @@ source: https://github.com/tldr-pages/tldr.git
`paclog --commandline`
- Display log events for a specific package:
`paclog --package {{package_name}}`
- Display package actions of a specific type:
`paclog --action {{install|reinstall|upgrade|downgrade|remove|all}}`
- Display only errors, warnings, and notes:
`paclog --warnings`
- Display package name and action type:
`paclog --package {{package_name}} --action {{install|upgrade|remove|...}}`
- Display the list of installed packages according to the log:
`paclog --pkglist`