mirror of
https://github.com/containers/podman.git
synced 2025-08-06 11:32:07 +08:00
Remove future tense from man pages
Remove all will, would, could, should and use present tense. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -22,7 +22,7 @@ Remove all images in the local storage.
|
||||
|
||||
#### **--force**, **-f**
|
||||
|
||||
This option will cause podman to remove all containers that are using the image before removing the image from the system.
|
||||
This option causes Podman to remove all containers that are using the image before removing the image from the system.
|
||||
|
||||
#### **--ignore**, **-i**
|
||||
|
||||
@ -30,7 +30,7 @@ If a specified image does not exist in the local storage, ignore it and do not t
|
||||
|
||||
#### **--no-prune**
|
||||
|
||||
This options will not remove dangling parents of specified image
|
||||
This option does not remove dangling parents of the specified image.
|
||||
|
||||
Remove an image by its short ID
|
||||
```
|
||||
|
Reference in New Issue
Block a user