diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-14 13:14:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 13:14:41 +0000 |
commit | 35e637daf894a8c2e01fe52a6a8768166ba38e7f (patch) | |
tree | ce293d7a147d0095642ade3167f0992aab5cdb4b /docs/source/markdown/podman-machine-init.1.md | |
parent | 23a266b2e76ba06041743aae3f5984cf937dda53 (diff) | |
parent | ad7c54e13a17eed8efb7b1367a17859d6f7e3032 (diff) | |
download | podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.gz podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.bz2 podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.zip |
Merge pull request #14914 from edsantiago/xref_manpages_stricter
[CI:DOCS] man page checker: enforce stricter options format
Diffstat (limited to 'docs/source/markdown/podman-machine-init.1.md')
-rw-r--r-- | docs/source/markdown/podman-machine-init.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-machine-init.1.md b/docs/source/markdown/podman-machine-init.1.md index 21c98b2c7..07273a111 100644 --- a/docs/source/markdown/podman-machine-init.1.md +++ b/docs/source/markdown/podman-machine-init.1.md @@ -62,7 +62,7 @@ Memory (in MB). Start the virtual machine immediately after it has been initialized. -#### **--rootful**=*true|false* +#### **--rootful** Whether this machine should prefer rootful (`true`) or rootless (`false`) container execution. This option will also determine the remote connection default |