We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3c658 commit de9b496Copy full SHA for de9b496
events.go
@@ -22,7 +22,7 @@ type event struct {
22
23
var eventsCommand = cli.Command{
24
Name: "events",
25
- Usage: "display container events such as OOM notifications and cpu, memeory, IO, and network stats",
+ Usage: "display container events such as OOM notifications, cpu, memory, IO and network stats",
26
Flags: []cli.Flag{
27
cli.DurationFlag{Name: "interval", Value: 5 * time.Second, Usage: "set the stats collection interval"},
28
cli.BoolFlag{Name: "stats", Usage: "display the container's stats then exit"},
0 commit comments