Fix cut and paste error in buildah images

Closes: #54
Approved by: rhatdan
This commit is contained in:
Daniel J Walsh
2017-03-28 17:12:06 -04:00
committed by Atomic Bot
parent d7880327ae
commit 121973dd50

View File

@@ -10,7 +10,7 @@ var (
imagesFlags = []cli.Flag{
cli.BoolFlag{
Name: "quiet, q",
Usage: "display only container IDs",
Usage: "display only image IDs",
},
cli.BoolFlag{
Name: "noheading, n",