mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-20 02:50:31 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user