diff options
author | Paul Holzinger <pholzing@redhat.com> | 2021-09-15 11:06:08 +0200 |
---|---|---|
committer | Matthew Heon <mheon@redhat.com> | 2021-09-16 09:42:14 -0400 |
commit | 702e524ff7fba48e7b4de5b6847cf0980be7bb60 (patch) | |
tree | 51f287d30223885c64a894201167c3162b0668e3 /docs/source | |
parent | c8cbd87fdcf7d999e10cd4cfc8b3cde35522eef1 (diff) | |
download | podman-702e524ff7fba48e7b4de5b6847cf0980be7bb60.tar.gz podman-702e524ff7fba48e7b4de5b6847cf0980be7bb60.tar.bz2 podman-702e524ff7fba48e7b4de5b6847cf0980be7bb60.zip |
Fix example in podman machine init man page
Fixes #11582
Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index 740897666..c864a87ef 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -54,13 +54,14 @@ Print usage statement. ## EXAMPLES ``` +$ podman machine init $ podman machine init myvm -$ podman machine init --device=/dev/xvdc:rw myvm +$ podman machine init --disk-size 50 $ podman machine init --memory=1024 myvm ``` ## SEE ALSO -podman-machine (1) +podman-machine(1) ## HISTORY March 2021, Originally compiled by Ashley Cui <acui@redhat.com> |