Fix example in podman machine init man page

Fixes #11582

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
Paul Holzinger
2021-09-15 11:06:08 +02:00
parent 323fe36313
commit 5cafb6d18d

View File

@ -54,13 +54,14 @@ Print usage statement.
## EXAMPLES ## EXAMPLES
``` ```
$ podman machine init
$ podman machine init myvm $ podman machine init myvm
$ podman machine init --device=/dev/xvdc:rw myvm $ podman machine init --disk-size 50
$ podman machine init --memory=1024 myvm $ podman machine init --memory=1024 myvm
``` ```
## SEE ALSO ## SEE ALSO
podman-machine (1) podman-machine(1)
## HISTORY ## HISTORY
March 2021, Originally compiled by Ashley Cui <acui@redhat.com> March 2021, Originally compiled by Ashley Cui <acui@redhat.com>