diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-04-06 21:27:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-06 21:27:52 +0200 |
commit | 7d95e0c47ad7203c6ad3e5a0441a309e5368dc52 (patch) | |
tree | 94f380670abc8b55885d37f79c5232222d2e8b43 /docs | |
parent | 0519fa0f1e1697cd52f5ceb388117b64eefa7fc2 (diff) | |
parent | e20ecc733c878f0c4b67a21204f0d5ae11929bf0 (diff) | |
download | podman-7d95e0c47ad7203c6ad3e5a0441a309e5368dc52.tar.gz podman-7d95e0c47ad7203c6ad3e5a0441a309e5368dc52.tar.bz2 podman-7d95e0c47ad7203c6ad3e5a0441a309e5368dc52.zip |
Merge pull request #5507 from baude/newinfo
refactor info
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-info.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-info.1.md b/docs/source/markdown/podman-info.1.md index b539f1d3c..d9da4c3f8 100644 --- a/docs/source/markdown/podman-info.1.md +++ b/docs/source/markdown/podman-info.1.md @@ -156,7 +156,7 @@ Run podman info with JSON formatted response: ``` Run podman info and only get the registries information. ``` -$ podman info --format={{".registries"}} +$ podman info --format={{".Registries"}} map[registries:[docker.io quay.io registry.fedoraproject.org registry.access.redhat.com]] ``` |