We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2351d74 + 9f5edcb commit c4657a3Copy full SHA for c4657a3
1 file changed
cmd/crictl/container.go
@@ -540,9 +540,9 @@ var containerStatusCommand = &cli.Command{
540
541
if len(ids) == 0 {
542
opts := &listOptions{
543
- nameRegexp: c.String("^name$"),
+ nameRegexp: c.String("name"),
544
podID: c.String("pod"),
545
- podNamespaceRegexp: c.String("^namespace$"),
+ podNamespaceRegexp: c.String("namespace"),
546
image: c.String("image"),
547
state: c.String("state"),
548
latest: c.Bool("latest"),
0 commit comments