diff options
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/kpod/ps.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/kpod/ps.go b/cmd/kpod/ps.go index c4b6c260c..cfcd38dc1 100644 --- a/cmd/kpod/ps.go +++ b/cmd/kpod/ps.go @@ -59,7 +59,7 @@ type psTemplateParams struct { // psJSONParams is only used when the JSON format is specified, // and is better for data processing from JSON. -// psJSONParams will be populated by data from libkpod.ContainerData, +// psJSONParams will be populated by data from libpod.Container, // the members of the struct are the sama data types as their sources. type psJSONParams struct { ID string `json:"id"` |