Skip to content

Commit

Permalink
start.go: Improve help text
Browse files Browse the repository at this point in the history
Change-Id: I9adfc27868b246fb85823d18c65f95668e3fbc58
Signed-off-by: Joakim Roubert <joakimr@axis.com>
  • Loading branch information
joakimr-axis committed Dec 12, 2019
1 parent f01665a commit e001197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ctr/commands/tasks/start.go
Expand Up @@ -28,7 +28,7 @@ import (

var startCommand = cli.Command{
Name: "start",
Usage: "start a container that have been created",
Usage: "start a container that has been created",
ArgsUsage: "CONTAINER",
Flags: []cli.Flag{
cli.BoolFlag{
Expand Down

0 comments on commit e001197

Please sign in to comment.