Change all references to kpod to podman

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
Daniel J Walsh 2018-03-01 04:12:03 -08:00
parent 0caee670a0
commit b8e5769652
4 changed files with 35 additions and 35 deletions

View file

@ -8,7 +8,7 @@ import (
"github.com/hpcloud/tail"
)
// LogOptions contains all of the options for displaying logs in kpod
// LogOptions contains all of the options for displaying logs in podman
type LogOptions struct {
Details bool
Follow bool