delete non-existent option in the cmdline example

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
This commit is contained in:
Masatake YAMATO 2022-03-31 02:22:20 +09:00 committed by Masatake YAMATO
parent 45ed92ce0c
commit 9b09b6eb87

View File

@ -76,7 +76,7 @@ The password to access the registry.
Mark image example/pause for deletion from the registry.example.com registry: Mark image example/pause for deletion from the registry.example.com registry:
```sh ```sh
$ skopeo delete --force docker://registry.example.com/example/pause:latest $ skopeo delete docker://registry.example.com/example/pause:latest
``` ```
See above for additional details on using the command **delete**. See above for additional details on using the command **delete**.