summaryrefslogtreecommitdiff
path: root/cmd/podman/logs.go
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-02-18 21:58:14 +0100
committerGitHub <noreply@github.com>2020-02-18 21:58:14 +0100
commitc58926e54b6ce69064f71bc58733ea903ed0e4c6 (patch)
tree8da04012297a191749b6610ef1d58c85b02db56c /cmd/podman/logs.go
parent3be1221aea406b38741598038532e43714619127 (diff)
parent9419807cefd415f81c9eb6f871169ba667fe3801 (diff)
downloadpodman-c58926e54b6ce69064f71bc58733ea903ed0e4c6.tar.gz
podman-c58926e54b6ce69064f71bc58733ea903ed0e4c6.tar.bz2
podman-c58926e54b6ce69064f71bc58733ea903ed0e4c6.zip
Merge pull request #5243 from Akasurde/misc_typo
Misc typo fixes
Diffstat (limited to 'cmd/podman/logs.go')
-rw-r--r--cmd/podman/logs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/logs.go b/cmd/podman/logs.go
index a2594b5bf..ebc53ddf8 100644
--- a/cmd/podman/logs.go
+++ b/cmd/podman/logs.go
@@ -15,7 +15,7 @@ var (
logsCommand cliconfig.LogsValues
logsDescription = `Retrieves logs for one or more containers.
- 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.
+ 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).
`
_logsCommand = &cobra.Command{
Use: "logs [flags] CONTAINER [CONTAINER...]",