From de9b496b2d58aa100b655ef7a2472dad78e408c1 Mon Sep 17 00:00:00 2001 From: rajasec Date: Mon, 23 Nov 2015 23:10:32 +0530 Subject: [PATCH] Fixing minor typo in usage Signed-off-by: rajasec --- events.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/events.go b/events.go index eb53d1bc..a4dbaed9 100644 --- a/events.go +++ b/events.go @@ -22,7 +22,7 @@ type event struct { var eventsCommand = cli.Command{ Name: "events", - 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", Flags: []cli.Flag{ cli.DurationFlag{Name: "interval", Value: 5 * time.Second, Usage: "set the stats collection interval"}, cli.BoolFlag{Name: "stats", Usage: "display the container's stats then exit"},