From 72376c414401eae3b50f2fccb1c26ed38dba10a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Fri, 22 May 2020 01:03:12 +0200 Subject: [PATCH] Fix the recently added example in the man page. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Improve the language - Be consistent with the previous example about a trailing slash - Don't unnecessarily quote :, it is not a shell metacharacter. Signed-off-by: Miloslav Trmač --- docs/skopeo-sync.1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/skopeo-sync.1.md b/docs/skopeo-sync.1.md index 6958391c..adc974b8 100644 --- a/docs/skopeo-sync.1.md +++ b/docs/skopeo-sync.1.md @@ -87,13 +87,13 @@ Images are located at: ``` ### Synchronizing to a container registry from local -The Image's locate info: +Images are located at: ``` -/media/usb/busybox:1-glibc/ +/media/usb/busybox:1-glibc ``` Sync run ``` -$ skopeo sync --src dir --dest docker /media/usb/busybox\:1-glibc my-registry.local.lan/test/ +$ skopeo sync --src dir --dest docker /media/usb/busybox:1-glibc my-registry.local.lan/test/ ``` Destination registry content: ```