mirror of
https://github.com/containers/skopeo.git
synced 2026-07-05 01:15:18 +00:00
Remove a misplaced signatures sentence in skopeo-copy(1)
This was originally a part of a --sign-by paragraph. I don't think we _really_ need it, the "add a signature" wording should be clear enough. If we did move it back to --sign-by, we should add it to all the --sign-... options; it's simpler to just drop it. Should not change behavior. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
@@ -187,8 +187,6 @@ Copy from docker daemon at _host_. If _host_ starts with `tcp://`, HTTPS is enab
|
||||
|
||||
Copy to docker daemon at _host_. If _host_ starts with `tcp://`, HTTPS is enabled by default. To use plain HTTP, use the form `http://` (default is `unix:///var/run/docker.sock`).
|
||||
|
||||
Existing signatures, if any, are preserved as well.
|
||||
|
||||
**--dest-compress-format** _format_
|
||||
|
||||
Specifies the compression format to use. Supported values are: `gzip`, `zstd` and `zstd:chunked`.
|
||||
|
||||
Reference in New Issue
Block a user