diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-10-13 14:46:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 14:46:00 +0200 |
commit | 1c156f22678b3f476ea78fa9e22982c66a7e1559 (patch) | |
tree | fe187cfbc2a6c5fdca821d56f40f506dc9e306f0 /docs/source | |
parent | e3cf9b685a0099d55cd4d8086757c78bd64e9371 (diff) | |
parent | 8600bce53a962cee3ff174d4b3745fa0f49afa3f (diff) | |
download | podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.gz podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.tar.bz2 podman-1c156f22678b3f476ea78fa9e22982c66a7e1559.zip |
Merge pull request #11948 from rhatdan/codespell
codespell code
Diffstat (limited to 'docs/source')
-rw-r--r-- | docs/source/markdown/podman-pod-logs.1.md | 2 | ||||
-rw-r--r-- | docs/source/markdown/podman-volume-import.1.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-pod-logs.1.md b/docs/source/markdown/podman-pod-logs.1.md index 8378f2eea..5ccc69bb9 100644 --- a/docs/source/markdown/podman-pod-logs.1.md +++ b/docs/source/markdown/podman-pod-logs.1.md @@ -15,7 +15,7 @@ Note: Long running command of `podman pod log` with a `-f` or `--follow` needs t #### **--container**, **-c** -By default `podman pod logs` retrives logs for all the containers available within the pod differentiate by field `container`. However there are use-cases where user would want to limit the log stream only to a particular container of a pod for such cases `-c` can be used like `podman pod logs -c ctrNameorID podname`. +By default `podman pod logs` retrieves logs for all the containers available within the pod differentiate by field `container`. However there are use-cases where user would want to limit the log stream only to a particular container of a pod for such cases `-c` can be used like `podman pod logs -c ctrNameorID podname`. #### **--follow**, **-f** diff --git a/docs/source/markdown/podman-volume-import.1.md b/docs/source/markdown/podman-volume-import.1.md index 6bb868774..88b7b1b5b 100644 --- a/docs/source/markdown/podman-volume-import.1.md +++ b/docs/source/markdown/podman-volume-import.1.md @@ -22,7 +22,7 @@ Print usage statement ## EXAMPLES ``` -$ gunzip -c hellow.tar.gz | podman volume import myvol - +$ gunzip -c hello.tar.gz | podman volume import myvol - ``` ``` $ podman volume import myvol test.tar |