Correct a typo in docs/skopeo-sync.1.md

To disable TLS verification need to set "tls-verify" to "false"
This commit is contained in:
Yuhui Jiang 2020-06-11 01:29:37 +08:00 committed by GitHub
parent 161ef5a224
commit 6198daeb2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -168,7 +168,7 @@ This will copy the following images:
For the registry `registry.example.com`, the "john"/"this is a secret" credentials are used, with server TLS certificates located at `/home/john/certs`.
TLS verification is normally enabled, and it can be disabled setting `tls-verify` to `true`.
TLS verification is normally enabled, and it can be disabled setting `tls-verify` to `false`.
In the above example, TLS verification is enabled for `reigstry.example.com`, while is
disabled for `quay.io`.