summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Rothberg <rothberg@redhat.com>2020-06-10 11:00:31 +0200
committerValentin Rothberg <rothberg@redhat.com>2020-06-11 11:01:13 +0200
commit139f82933deceda569c30d3364bba585fa925f5a (patch)
treef9d6ccdaf51e437c2e0ff8165c3135bc286f9e7a
parent8d8746adeeab8a39ccedb5b06fe8d0a785a97190 (diff)
downloadpodman-139f82933deceda569c30d3364bba585fa925f5a.tar.gz
podman-139f82933deceda569c30d3364bba585fa925f5a.tar.bz2
podman-139f82933deceda569c30d3364bba585fa925f5a.zip
docs: create/run fix --pod-id-file description
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
-rw-r--r--docs/source/markdown/podman-create.1.md2
-rw-r--r--docs/source/markdown/podman-run.1.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md
index 81c83369a..dbc835920 100644
--- a/docs/source/markdown/podman-create.1.md
+++ b/docs/source/markdown/podman-create.1.md
@@ -595,7 +595,7 @@ To make a pod with more granular options, use the `podman pod create` command be
**--pod-id-file**=*path*
-Run container in an existing pod and read the pod's ID from the specified file. If a container is run with a pod, and the pod has an infra-container, the infra-container will be started before the container is.
+Run container in an existing pod and read the pod's ID from the specified file. If a container is run within a pod, and the pod has an infra-container, the infra-container will be started before the container is.
**--privileged**=*true|false*
diff --git a/docs/source/markdown/podman-run.1.md b/docs/source/markdown/podman-run.1.md
index 4f43e4c19..22f7cae09 100644
--- a/docs/source/markdown/podman-run.1.md
+++ b/docs/source/markdown/podman-run.1.md
@@ -607,7 +607,7 @@ If a container is run with a pod, and the pod has an infra-container, the infra-
**--pod-id-file**=*path*
-Run container in an existing pod and read the pod's ID from the specified file. If a container is run with a pod, and the pod has an infra-container, the infra-container will be started before the container is.
+Run container in an existing pod and read the pod's ID from the specified file. If a container is run within a pod, and the pod has an infra-container, the infra-container will be started before the container is.
**--privileged**=**true**|**false**