Fixing usage in resume command

Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
rajasec 2016-02-07 19:27:58 +05:30
parent 4f601205d4
commit 7b24b9a826
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 {