Merge pull request #539 from rajasec/resume-usage

Fixing usage in resume command
This commit is contained in:
Michael Crosby 2016-02-08 13:13:08 -08:00
commit fb3f69e097
1 changed files with 1 additions and 1 deletions

View File

@ -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 {