Fixing minor typo in usage

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec 2015-11-23 23:10:32 +05:30
parent 1d3c6581a6
commit de9b496b2d
1 changed files with 1 additions and 1 deletions

View File

@ -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"},