From 31140ef533714b89379dc50ba09a0440edc786ac Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 4 Nov 2025 11:48:59 +0100 Subject: [PATCH] fix(cli): correct the option after change Switch from `--plans` to `--plan` after merging packit/packit#2659 Signed-off-by: Matej Focko --- docs/cli/test.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/test.md b/docs/cli/test.md index b0717ea6c..ca39878e5 100644 --- a/docs/cli/test.md +++ b/docs/cli/test.md @@ -10,7 +10,7 @@ Run tmt tests locally using content from the upstream repository, mimicking the 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. -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`. +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`. The command supports two main workflows: @@ -61,7 +61,7 @@ The command supports two main workflows: 5. Test specific plans only: ``` - $ packit test --plans smoke-tests + $ packit test --plan smoke-tests Building SRPM... Running mock build for target fedora-rawhide-x86_64... Generated RPMs: my-package-1.0-1.fc40.x86_64.rpm