Skip to content

Commit 38b5f9c

Browse files
authored
koji*: fix help (#19503)
1 parent 1734387 commit 38b5f9c

File tree

9 files changed

+13
-12
lines changed

9 files changed

+13
-12
lines changed

pages/linux/koji-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525

2626
- Display help:
2727

28-
`koji build --help`
28+
`koji build {{[-h|--help]}}`

pages/linux/koji-buildinfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
- Display help:
1515

16-
`koji buildinfo --help`
16+
`koji buildinfo {{-h|--help}}`

pages/linux/koji-call.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
- Display help:
2020

21-
`koji call --help`
21+
`koji call {{[-h|--help]}}`

pages/linux/koji-download-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121

2222
- Display help:
2323

24-
`koji download-build --help`
24+
`koji download-build {{[-h|--help]}}`

pages/linux/koji-help.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77

88
`koji help`
99

10-
- Display help for specific subcommand (such as `build`, `call`, `cancel`, `tag-build`, etc.):
10+
- Display help for specific category (Available categories are: admin, all, bind, build, download, info, misc, monitor, search):
1111

12-
`koji help {{subcommand}}`
12+
`koji help {{category}}`
1313

1414
- Display help:
1515

16-
`koji {{[-h|--help]}}`
16+
`koji help {{[-h|--help]}}`

pages/linux/koji-tag-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
- Display help:
1919

20-
`koji tag-build --help`
20+
`koji tag-build {{[-h|--help]}}`

pages/linux/koji-taginfo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99

1010
- Display help:
1111

12-
`koji taginfo --help`
12+
`koji taginfo {{[-h|--help]}}`

pages/linux/koji-untag-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525

2626
- Display help:
2727

28-
`koji untag-build --help`
28+
`koji untag-build {{[-h|--help]}}`

pages/linux/koji.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# koji
22

33
> Interact with kojihub.
4+
> Some subcommands such as `build`, `tag-build`, `download-build`, `buildinfo`, `call`, etc. have their own usage documentation.
45
> More information: <https://docs.pagure.org/koji>.
56
67
- Execute a koji subcommand:
@@ -13,15 +14,15 @@
1314

1415
- Display help about global options:
1516

16-
`koji --help`
17+
`koji {{[-h|--help]}}`
1718

1819
- Display help to get all available commands:
1920

2021
`koji help`
2122

2223
- Display help for a specific subcommand (like `build`, `tag-build`, `download-build`, `buildinfo`,`call`, etc.):
2324

24-
`koji {{subcommand}} --help`
25+
`koji {{subcommand}} {{[-h|--help]}}`
2526

2627
- Display version:
2728

0 commit comments

Comments
 (0)