We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30b6f46 commit 14a0506Copy full SHA for 14a0506
1 file changed
cmd/ctr/commands/images/images.go
@@ -54,7 +54,7 @@ var listCommand = cli.Command{
54
Name: "list",
55
Aliases: []string{"ls"},
56
Usage: "list images known to containerd",
57
- ArgsUsage: "[flags] <ref>",
+ ArgsUsage: "[flags] [<filter>, ...]",
58
Description: "list images registered with containerd",
59
Flags: []cli.Flag{
60
cli.BoolFlag{
@@ -196,7 +196,7 @@ var setLabelsCommand = cli.Command{
196
var checkCommand = cli.Command{
197
Name: "check",
198
Usage: "check that an image has all content available locally",
199
- ArgsUsage: "[flags] <ref> [<ref>, ...]",
200
Description: "check that an image has all content available locally",
201
Flags: commands.SnapshotterFlags,
202
Action: func(context *cli.Context) error {
0 commit comments