Merge pull request #1611 from masatake/fix-man-page

delete non-existent option in the cmdline example
This commit is contained in:
Miloslav Trmač 2022-03-30 19:47:58 +02:00 committed by GitHub
commit e4297e3b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,7 +76,7 @@ The password to access the registry.
Mark image example/pause for deletion from the registry.example.com registry:
```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**.