From 3b3d1b93507ea4ed55370c0c62fee5e889eeb1b3 Mon Sep 17 00:00:00 2001 From: Tom DNetto Date: Thu, 7 Apr 2022 15:45:25 -0700 Subject: [PATCH] tstest/integration/vms: consistently use two dashes for command-line switches Signed-off-by: Tom DNetto --- tstest/integration/vms/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tstest/integration/vms/README.md b/tstest/integration/vms/README.md index 762970ad2..52903cabd 100644 --- a/tstest/integration/vms/README.md +++ b/tstest/integration/vms/README.md @@ -26,7 +26,7 @@ This test also requires the following: - the user running these tests must have access to `/dev/kvm` (being in the `kvm` group should suffice) -The `-no-s3` flag is needed to disable downloads from S3, which require +The `--no-s3` flag is needed to disable downloads from S3, which require credentials. However keep in mind that some distributions do not use stable URLs for each individual image artifact, so there may be spurious test failures as a result.