Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-19 00:20:57 +00:00
parent 83af6b3c72
commit c80d49f5d0
26 changed files with 464 additions and 13 deletions

View File

@@ -6,6 +6,7 @@ source: https://github.com/tldr-pages/tldr.git
# koji
> Interact with kojihub.
> Some subcommands such as `build`, `tag-build`, `download-build`, `buildinfo`, `call`, etc. have their own usage documentation.
> More information: <https://docs.pagure.org/koji>.
- Execute a koji subcommand:
@@ -18,7 +19,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display help about global options:
`koji --help`
`koji {{[-h|--help]}}`
- Display help to get all available commands:
@@ -26,7 +27,7 @@ source: https://github.com/tldr-pages/tldr.git
- Display help for a specific subcommand (like `build`, `tag-build`, `download-build`, `buildinfo`,`call`, etc.):
`koji {{subcommand}} --help`
`koji {{subcommand}} {{[-h|--help]}}`
- Display version: