Skip to content

Commit de9b496

Browse files
committed
Fixing minor typo in usage
Signed-off-by: rajasec <[email protected]>
1 parent 1d3c658 commit de9b496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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 and cpu, memeory, IO, and network stats",
25+
Usage: "display container events such as OOM notifications, 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)