command "images" should be singular
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
3ad20d1e51
commit
fa8bc32a53
1 changed files with 1 additions and 1 deletions
|
@ -252,7 +252,7 @@ func main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
var imagesCommand = cli.Command{
|
var imagesCommand = cli.Command{
|
||||||
Name: "images",
|
Name: "image",
|
||||||
Subcommands: []cli.Command{
|
Subcommands: []cli.Command{
|
||||||
pullImageCommand,
|
pullImageCommand,
|
||||||
removeImageCommand,
|
removeImageCommand,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue