Merge pull request #415 from rajasec/events-usage
Fixing minor typo in usage
This commit is contained in:
commit
c117a14117
|
@ -22,7 +22,7 @@ type event struct {
|
||||||
|
|
||||||
var eventsCommand = cli.Command{
|
var eventsCommand = cli.Command{
|
||||||
Name: "events",
|
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{
|
Flags: []cli.Flag{
|
||||||
cli.DurationFlag{Name: "interval", Value: 5 * time.Second, Usage: "set the stats collection interval"},
|
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"},
|
cli.BoolFlag{Name: "stats", Usage: "display the container's stats then exit"},
|
||||||
|
|
Loading…
Reference in New Issue