diff --git a/cmd/ctr/commands/containers/containers.go b/cmd/ctr/commands/containers/containers.go index 0b88c6254..42fdff298 100644 --- a/cmd/ctr/commands/containers/containers.go +++ b/cmd/ctr/commands/containers/containers.go @@ -51,7 +51,7 @@ var Command = cli.Command{ var createCommand = cli.Command{ Name: "create", Usage: "create container", - ArgsUsage: "[flags] Image|RootFS CONTAINER", + ArgsUsage: "[flags] Image|RootFS CONTAINER [COMMAND] [ARG...]", Flags: append(commands.SnapshotterFlags, commands.ContainerFlags...), Action: func(context *cli.Context) error { var (