mirror of
https://github.com/containers/podman.git
synced 2025-10-16 10:43:52 +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 {
|
||||
// All will remove all images.
|
||||
All bool
|
||||
// Foce will force image removal including containers using the images.
|
||||
// Force will force image removal including containers using the images.
|
||||
Force bool
|
||||
// Ignore if a specified image does not exist and do not throw an error.
|
||||
Ignore bool
|
||||
|
Reference in New Issue
Block a user