mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
475 B
Plaintext
22 lines
475 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# koji help
|
|
|
|
> Display help information for Koji commands.
|
|
> More information: <https://docs.pagure.org/koji/HOWTO/#exploring-koji>.
|
|
|
|
- Display all available commands:
|
|
|
|
`koji help`
|
|
|
|
- Display help for specific category (Available categories are: admin, all, bind, build, download, info, misc, monitor, search):
|
|
|
|
`koji help {{category}}`
|
|
|
|
- Display help:
|
|
|
|
`koji help {{[-h|--help]}}`
|