diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2021-09-13 11:33:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 11:33:51 -0400 |
commit | 125f90c54a58c38412ee34fe51743c09639416a2 (patch) | |
tree | f655173136595fe64d3c3a92131d917111dbdb5e | |
parent | 0f3d3bd21da0b67542c44c832f0e1642c5f639cf (diff) | |
parent | a8875faca1e80057ea166d9701d9a5ea3bf9a5bc (diff) | |
download | podman-125f90c54a58c38412ee34fe51743c09639416a2.tar.gz podman-125f90c54a58c38412ee34fe51743c09639416a2.tar.bz2 podman-125f90c54a58c38412ee34fe51743c09639416a2.zip |
Merge pull request #11537 from TomSweeneyRedHat/dev/tsweeney/fixhyphen
[CI:DOCS] Remove short 'a' option from all-tags
-rw-r--r-- | docs/source/markdown/podman-pull.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-pull.1.md b/docs/source/markdown/podman-pull.1.md index 189464d17..aa0815f4b 100644 --- a/docs/source/markdown/podman-pull.1.md +++ b/docs/source/markdown/podman-pull.1.md @@ -43,7 +43,7 @@ $ podman pull oci-archive:/tmp/myimage ``` ## OPTIONS -#### **--all-tags**, **a** +#### **--all-tags** All tagged images in the repository will be pulled. |