diff --git a/pause.go b/pause.go index e1086e7f..28545c5c 100644 --- a/pause.go +++ b/pause.go @@ -20,7 +20,7 @@ var pauseCommand = cli.Command{ var resumeCommand = cli.Command{ Name: "resume", - Usage: "resume resumes all processes that have been previously paused", + Usage: "resumes all processes that have been previously paused", Action: func(context *cli.Context) { container, err := getContainer(context) if err != nil {