Fix wrong 'podman search --format' placeholder

Signed-off-by: Pavel Dostál <pdostal@suse.cz>
This commit is contained in:
Pavel Dostál
2022-01-04 14:26:03 +01:00
parent aaf90c5596
commit 32e845028a

View File

@ -62,7 +62,7 @@ Valid placeholders for the Go template are listed below:
| --------------- | ---------------------------- |
| .Index | Registry |
| .Name | Image name |
| .Descriptions | Image description |
| .Description | Image description |
| .Stars | Star count of image |
| .Official | "[OK]" if image is official |
| .Automated | "[OK]" if image is automated |