diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2022-08-16 13:54:03 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-16 13:54:03 +0000 |
commit | 552225c4144091aea0a1bbef1f956ee48af16055 (patch) | |
tree | ce9776cfc20d0c7cf9b5bc869a66ba7f77da0cbc /docs/source/markdown/podman-kube-play.1.md.in | |
parent | d0567dd078982fcdb937868c9d80887a5bf73026 (diff) | |
parent | a78b67a47bf889b76383d09bce0127f5f397cd25 (diff) | |
download | podman-552225c4144091aea0a1bbef1f956ee48af16055.tar.gz podman-552225c4144091aea0a1bbef1f956ee48af16055.tar.bz2 podman-552225c4144091aea0a1bbef1f956ee48af16055.zip |
Merge pull request #15339 from edsantiago/docs_dedup_annotation
Man pages: refactor common options: --annotation
Diffstat (limited to 'docs/source/markdown/podman-kube-play.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-kube-play.1.md.in | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/docs/source/markdown/podman-kube-play.1.md.in b/docs/source/markdown/podman-kube-play.1.md.in index 74565b75b..5fc183ee2 100644 --- a/docs/source/markdown/podman-kube-play.1.md.in +++ b/docs/source/markdown/podman-kube-play.1.md.in @@ -110,10 +110,7 @@ and as a result environment variable `FOO` will be set to `bar` for container `c ## OPTIONS -#### **--annotation**=*key=value* - -Add an annotation to the container or pod. The format is key=value. -The **--annotation** option can be set multiple times. +@@option annotation.container #### **--authfile**=*path* |