summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-pod-logs.1.md
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2021-10-12 16:42:36 -0400
committerDaniel J Walsh <dwalsh@redhat.com>2021-10-12 16:44:25 -0400
commit8600bce53a962cee3ff174d4b3745fa0f49afa3f (patch)
treeea7de10995bb4c6fd74bc91e2ebf8c82369d0b74 /docs/source/markdown/podman-pod-logs.1.md
parent72e87c0ca89701e76148c192c98754af305f09d1 (diff)
downloadpodman-8600bce53a962cee3ff174d4b3745fa0f49afa3f.tar.gz
podman-8600bce53a962cee3ff174d4b3745fa0f49afa3f.tar.bz2
podman-8600bce53a962cee3ff174d4b3745fa0f49afa3f.zip
codespell code
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-pod-logs.1.md')
-rw-r--r--docs/source/markdown/podman-pod-logs.1.md2
1 files changed, 1 insertions, 1 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**