Skip to content

Commit a7c3260

Browse files
Update help messages of CLI commands (#1035)
Update help messages of CLI commands Automatically regenerated help messages for CLI command docs. Reviewed-by: Laura Barcziová
2 parents 6aa13f6 + e50e2b7 commit a7c3260

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

docs/cli/build/in-copr.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ for more details). Alternatively you can use copr API token available [here](htt
4242
PATH_OR_URL argument is a local path or a URL to the upstream git
4343
repository, it defaults to the current working directory.
4444
45+
Copr configuration needs to be set before usage.
46+
https://docs.pagure.org/copr.copr/user_documentation.html#quick-start
47+
4548
Options:
4649
--wait / --no-wait Wait for the build to finish
4750
--owner TEXT Copr user, owner of the project. (defaults

docs/cli/build/in-mock.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ packit build in-mock --root=fedora-40-x86_64
4040
-r, --root TEXT Uses specified chroot configuration. If ends with
4141
'.cfg', then it is treated as full path to the
4242
mock configuration.
43+
--default-resultdir Use the default result directory from mock
4344
--resultdir DIRECTORY Specifies the resultdir option for ‹mock› command,
4445
for details see mock(1)
4546
-p, --package TEXT Package to build, if more than one available, like

docs/cli/config/validate.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ Validate the Packit configuration file.
1919
- checks whether monitoring is enabled if 'pull_from_upstream` is used
2020

2121
PATH_OR_URL argument is a local path or a URL to a git repository with
22-
packit configuration file
22+
packit configuration file config: Optional path to a specific Packit
23+
configuration file.
2324

2425
Options:
25-
--offline Do not make remote API calls requiring network access.
26-
-h, --help Show this message and exit.
26+
--offline Do not make remote API calls requiring network
27+
access.
28+
-c, --config-path PATH Path to a specific Packit configuration file.
29+
-h, --help Show this message and exit.

0 commit comments

Comments
 (0)