mirror of
https://github.com/containers/podman.git
synced 2025-10-12 16:56:32 +08:00
Add information about --latest support on man pages
On Mac and Windows systems the --latest option is not supported this PR mentions this fact in the examples section of the man page. Also added documentation and consistency to the man pages examples sections. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -41,8 +41,7 @@ Do not delete the VM image.
|
||||
|
||||
## EXAMPLES
|
||||
|
||||
Remove a VM named "test1":
|
||||
|
||||
Remove the specified Podman machine.
|
||||
```
|
||||
$ podman machine rm test1
|
||||
|
||||
@ -55,6 +54,7 @@ The following files will be deleted:
|
||||
Are you sure you want to continue? [y/N] y
|
||||
```
|
||||
|
||||
Remove the specified Podman machine even if it is running.
|
||||
```
|
||||
$ podman machine rm -f test1
|
||||
$
|
||||
|
Reference in New Issue
Block a user