Fixing usage in resume command
Signed-off-by: rajasec <rajasec79@gmail.com>
This commit is contained in:
parent
4f601205d4
commit
7b24b9a826
2
pause.go
2
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 {
|
||||
|
|
Loading…
Reference in New Issue