Skip to content

Commit 85f78c7

Browse files
fix(cli): correct the option after change (#1070)
fix(cli): correct the option after change Switch from --plans to --plan after merging packit/packit#2659 Merge after packit/packit#2659 Reviewed-by: Laura Barcziová
2 parents 1a4bf55 + 31140ef commit 85f78c7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/cli/test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Run tmt tests locally using content from the upstream repository, mimicking the
1010

1111
By default, if no RPM paths are passed, packit builds RPMs from the current repository's source code using `mock`, then runs tmt tests in a container environment. This enables local debugging and iteration without requiring commits or CI pipeline triggers.
1212

13-
You can override test behavior and build configuration directly from the command line using various options like `--target`, `--plans`, `--rpm-paths`, and `--clean-before`/`--no-clean-before`.
13+
You can override test behavior and build configuration directly from the command line using various options like `--target`, `--plan`, `--rpm-paths`, and `--clean-before`/`--no-clean-before`.
1414

1515
The command supports two main workflows:
1616

@@ -61,7 +61,7 @@ The command supports two main workflows:
6161
5. Test specific plans only:
6262
6363
```
64-
$ packit test --plans smoke-tests
64+
$ packit test --plan smoke-tests
6565
Building SRPM...
6666
Running mock build for target fedora-rawhide-x86_64...
6767
Generated RPMs: my-package-1.0-1.fc40.x86_64.rpm

0 commit comments

Comments
 (0)