From cc52d2d8b41698269b1b05deab103e11cd0d486d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Tue, 16 Jun 2026 11:42:38 +0200 Subject: [PATCH] Remove a misplaced signatures sentence in skopeo-copy(1) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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č --- docs/skopeo-copy.1.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/skopeo-copy.1.md b/docs/skopeo-copy.1.md index ed9cae6a0..919d0b8a5 100644 --- a/docs/skopeo-copy.1.md +++ b/docs/skopeo-copy.1.md @@ -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`.