diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-05-05 15:57:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-05 15:57:08 +0200 |
commit | 4a1331d0afd9a21ff9465916d4006ff7297ae07c (patch) | |
tree | 97b56fc4361ed81c84dff9e07d46abf302670f1b /cmd/podman/pods/stats.go | |
parent | c313eec620becf710af925c02b7e5dfd80bd9ba6 (diff) | |
parent | 6ed3b8841f00d2aa1f86678c079a119e027b0d66 (diff) | |
download | podman-4a1331d0afd9a21ff9465916d4006ff7297ae07c.tar.gz podman-4a1331d0afd9a21ff9465916d4006ff7297ae07c.tar.bz2 podman-4a1331d0afd9a21ff9465916d4006ff7297ae07c.zip |
Merge pull request #6077 from rhatdan/v2
Fix errors found when comparing podman v1 --help versus V2
Diffstat (limited to 'cmd/podman/pods/stats.go')
-rw-r--r-- | cmd/podman/pods/stats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/pods/stats.go b/cmd/podman/pods/stats.go index 7c3597d9a..d3950fdbc 100644 --- a/cmd/podman/pods/stats.go +++ b/cmd/podman/pods/stats.go @@ -35,7 +35,7 @@ var ( // Command: podman pod _pod_ statsCmd = &cobra.Command{ Use: "stats [flags] [POD...]", - Short: "Display resource-usage statistics of pods", + Short: "Display a live stream of resource usage statistics for the containers in one or more pods", Long: statsDescription, RunE: stats, Example: `podman pod stats |