summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2022-01-04 17:36:07 +0100
committerGitHub <noreply@github.com>2022-01-04 17:36:07 +0100
commite6cbfae91237f81b6c155721539b7ba165b67070 (patch)
treea89961534684a169c081754bf7afdda5f41a4fa3
parentaaf90c5596fb2232d915fcd75d4d707d180c1b17 (diff)
parent32e845028aadd7233e84e42f7e00dd6de7efd268 (diff)
downloadpodman-e6cbfae91237f81b6c155721539b7ba165b67070.tar.gz
podman-e6cbfae91237f81b6c155721539b7ba165b67070.tar.bz2
podman-e6cbfae91237f81b6c155721539b7ba165b67070.zip
Merge pull request #12738 from pdostal/podman_search
[CI:DOCS] Fix wrong 'podman search --format' placeholder
-rw-r--r--docs/source/markdown/podman-search.1.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-search.1.md b/docs/source/markdown/podman-search.1.md
index 9e166fcc2..9c075a1e0 100644
--- a/docs/source/markdown/podman-search.1.md
+++ b/docs/source/markdown/podman-search.1.md
@@ -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 |