mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 12:50:25 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/linux/koji-help
Normal file
21
tldr/linux/koji-help
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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]}}`
|
||||
Reference in New Issue
Block a user