From a78b67a47bf889b76383d09bce0127f5f397cd25 Mon Sep 17 00:00:00 2001 From: Ed Santiago Date: Mon, 15 Aug 2022 13:21:37 -0600 Subject: Man pages: refactor common options: --annotation Refactor the --annotation option, but only between podman create, kube play, and run. This does not include: * podman build: - usage is in terms of images, not containers/pods * manifest add, manifest annotate: - usage is in terms of images, not containers/pods - also, wording is slightly different Signed-off-by: Ed Santiago --- docs/source/markdown/podman-create.1.md.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/source/markdown/podman-create.1.md.in') diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index 45dfe304c..f5301c60a 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -68,10 +68,7 @@ and specified with a _tag_. @@option add-host -#### **--annotation**=*key=value* - -Add an annotation to the container. The format is key=value. -The **--annotation** option can be set multiple times. +@@option annotation.container @@option arch -- cgit v1.2.3-54-g00ecf