diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-09-11 16:46:59 -0400 |
---|---|---|
committer | TomSweeneyRedHat <tsweeney@redhat.com> | 2021-09-13 09:27:57 -0400 |
commit | a8875faca1e80057ea166d9701d9a5ea3bf9a5bc (patch) | |
tree | f655173136595fe64d3c3a92131d917111dbdb5e /docs/source/markdown | |
parent | 0f3d3bd21da0b67542c44c832f0e1642c5f639cf (diff) | |
download | podman-a8875faca1e80057ea166d9701d9a5ea3bf9a5bc.tar.gz podman-a8875faca1e80057ea166d9701d9a5ea3bf9a5bc.tar.bz2 podman-a8875faca1e80057ea166d9701d9a5ea3bf9a5bc.zip |
[CI:DOCS] Remove short 'a' option from all-tags
The short option 'a' for the --all-tags option in the pull
page is not valid, remove it.
Addresses: #11536
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Diffstat (limited to 'docs/source/markdown')
-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. |