HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

koji help — Display help information for Koji commands. More information: <https://docs.pagure.org/koji/HOWTO/#e

Submitted by: @import:tldr-pages··
0
Viewed 0 times
kojicommandkoji helpcliinformationhelpfordisplay
linux

Problem

How to use the koji help command: Display help information for Koji commands. More information: <https://docs.pagure.org/koji/HOWTO/#exploring-koji>.

Solution

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]}}

Code Snippets

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]}}

Context

tldr-pages: linux/koji help

Revisions (0)

No revisions yet.