mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-05 19:44:33 +00:00
22 lines
438 B
Plaintext
22 lines
438 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 subcommand (such as `build`, `call`, `cancel`, `tag-build`, etc.):
|
|
|
|
`koji help {{subcommand}}`
|
|
|
|
- Display help:
|
|
|
|
`koji {{[-h|--help]}}`
|