Fix the recently added example in the man page.

- 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č <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2020-05-22 01:03:12 +02:00 committed by Valentin Rothberg
parent 322625eeca
commit 72376c4144

View File

@ -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:
```