summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2020-02-18 15:58:17 +0530
committerAbhijeet Kasurde <akasurde@redhat.com>2020-02-18 16:00:36 +0530
commit9419807cefd415f81c9eb6f871169ba667fe3801 (patch)
treefeb758078e3ea16fcfea225399980448f62d29e7 /docs
parent0bd29f89e9d26c9012c76e58050e1bdfd90faaf0 (diff)
downloadpodman-9419807cefd415f81c9eb6f871169ba667fe3801.tar.gz
podman-9419807cefd415f81c9eb6f871169ba667fe3801.tar.bz2
podman-9419807cefd415f81c9eb6f871169ba667fe3801.zip
Misc typo fixes
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/source/markdown/podman-logs.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-logs.1.md b/docs/source/markdown/podman-logs.1.md
index 5507ba13a..66308c2b5 100644
--- a/docs/source/markdown/podman-logs.1.md
+++ b/docs/source/markdown/podman-logs.1.md
@@ -11,7 +11,7 @@ podman\-logs - Display the logs of one or more containers
## DESCRIPTION
The podman logs command batch-retrieves whatever logs are present for one or more containers at the time of execution.
This does not guarantee execution order when combined with podman run (i.e. your run may not have generated
-any logs at the time you execute podman logs
+any logs at the time you execute podman logs).
## OPTIONS