diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2020-02-18 15:58:17 +0530 |
---|---|---|
committer | Abhijeet Kasurde <akasurde@redhat.com> | 2020-02-18 16:00:36 +0530 |
commit | 9419807cefd415f81c9eb6f871169ba667fe3801 (patch) | |
tree | feb758078e3ea16fcfea225399980448f62d29e7 /cmd/podman/logs.go | |
parent | 0bd29f89e9d26c9012c76e58050e1bdfd90faaf0 (diff) | |
download | podman-9419807cefd415f81c9eb6f871169ba667fe3801.tar.gz podman-9419807cefd415f81c9eb6f871169ba667fe3801.tar.bz2 podman-9419807cefd415f81c9eb6f871169ba667fe3801.zip |
Misc typo fixes
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'cmd/podman/logs.go')
-rw-r--r-- | cmd/podman/logs.go | 2 |
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...]", |