Skip to content

Commit e001197

Browse files
committed
start.go: Improve help text
Change-Id: I9adfc27868b246fb85823d18c65f95668e3fbc58 Signed-off-by: Joakim Roubert <joakimr@axis.com>
1 parent f01665a commit e001197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ctr/commands/tasks/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828

2929
var startCommand = cli.Command{
3030
Name: "start",
31-
Usage: "start a container that have been created",
31+
Usage: "start a container that has been created",
3232
ArgsUsage: "CONTAINER",
3333
Flags: []cli.Flag{
3434
cli.BoolFlag{

0 commit comments

Comments
 (0)