tstest/integration/vms: consistently use two dashes for command-line switches

Signed-off-by: Tom DNetto <tom@tailscale.com>
This commit is contained in:
Tom DNetto 2022-04-07 15:45:25 -07:00 committed by Tom
parent 7d97800d52
commit 3b3d1b9350
1 changed files with 1 additions and 1 deletions

View File

@ -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.