From 7b24b9a8269560bedd13a874ea21178ad960acee Mon Sep 17 00:00:00 2001 From: rajasec Date: Sun, 7 Feb 2016 19:27:58 +0530 Subject: [PATCH] Fixing usage in resume command Signed-off-by: rajasec --- pause.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pause.go b/pause.go index e1086e7f8..28545c5c4 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 {