mirror of
https://github.com/containers/podman.git
synced 2025-10-17 03:04:21 +08:00
fix: Correct small typo foce -> force
Signed-off-by: Lewis Roy <lewis@redhat.com>
This commit is contained in:
@ -17,7 +17,7 @@ type ImageSummary = entitiesTypes.ImageSummary
|
|||||||
type ImageRemoveOptions struct {
|
type ImageRemoveOptions struct {
|
||||||
// All will remove all images.
|
// All will remove all images.
|
||||||
All bool
|
All bool
|
||||||
// Foce will force image removal including containers using the images.
|
// Force will force image removal including containers using the images.
|
||||||
Force bool
|
Force bool
|
||||||
// Ignore if a specified image does not exist and do not throw an error.
|
// Ignore if a specified image does not exist and do not throw an error.
|
||||||
Ignore bool
|
Ignore bool
|
||||||
|
Reference in New Issue
Block a user