Skip to content

Commit eb4da49

Browse files
committed
Fix description about docker events
We have no OOM notifications in docker events, now we have OOM stats, so fix the decription. Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
1 parent ce996ab commit eb4da49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

events.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type event struct {
2222

2323
var eventsCommand = cli.Command{
2424
Name: "events",
25-
Usage: "display container events such as OOM notifications, cpu, memory, IO and network stats",
25+
Usage: "display container events such as OOM, cpu, memory, IO and network stats",
2626
Flags: []cli.Flag{
2727
cli.DurationFlag{Name: "interval", Value: 5 * time.Second, Usage: "set the stats collection interval"},
2828
cli.BoolFlag{Name: "stats", Usage: "display the container's stats then exit"},

0 commit comments

Comments
 (0)