Skip to content

Commit a8a71d9

Browse files
committed
statsp: enhance description
Signed-off-by: Peter Hunt <[email protected]>
1 parent e373e4a commit a8a71d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/crictl/pod_stats.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ type podStatsOptions struct {
4949

5050
var podStatsCommand = &cli.Command{
5151
Name: "statsp",
52-
Usage: "List pod resource usage statistics",
52+
Usage: "List pod statistics. Stats represent a structured API that will fulfill the Kubelet's /stats/summary endpoint.",
5353
UseShortOptionHandling: true,
5454
ArgsUsage: "[ID]",
5555
Flags: []cli.Flag{

0 commit comments

Comments
 (0)