Skip to content

Commit

Permalink
Fix example in podman machine init man page
Browse files Browse the repository at this point in the history
Fixes containers#11582

Signed-off-by: Paul Holzinger <[email protected]>
  • Loading branch information
Luap99 authored and mheon committed Sep 20, 2021
1 parent 972d010 commit 807861f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/source/markdown/podman-machine-init.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,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 <[email protected]>

0 comments on commit 807861f

Please sign in to comment.