summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-machine-set.1.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/markdown/podman-machine-set.1.md')
-rw-r--r--docs/source/markdown/podman-machine-set.1.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/source/markdown/podman-machine-set.1.md b/docs/source/markdown/podman-machine-set.1.md
index e69779564..a4918eacf 100644
--- a/docs/source/markdown/podman-machine-set.1.md
+++ b/docs/source/markdown/podman-machine-set.1.md
@@ -15,6 +15,10 @@ subset can be changed after machine initialization.
## OPTIONS
+#### **--help**
+
+Print usage statement.
+
#### **--rootful**=*true|false*
Whether this machine should prefer rootful (`true`) or rootless (`false`)
@@ -22,11 +26,9 @@ container execution. This option will also update the current podman
remote connection default if it is currently pointing at the specified
machine name (or `podman-machine-default` if no name is specified).
-API forwarding, if available, will follow this setting.
-
-#### **--help**
-
-Print usage statement.
+Unlike [**podman system connection default**](podman-system-connection-default.1.md)
+this option will also make the API socket, if available, forward to the rootful/rootless
+socket in the VM.
## EXAMPLES