mirror of https://github.com/containers/podman.git
Merge pull request #16134 from edsantiago/docs_dedup_annotation
[CI:DOCS] Man pages: refactor common options: --annotation (manifest)
This commit is contained in:
commit
687b5a2298
|
@ -0,0 +1,3 @@
|
|||
#### **--annotation**=*annotation=value*
|
||||
|
||||
Set an annotation on the entry for the image.
|
|
@ -22,9 +22,7 @@ index, add all of the contents to the local list. By default, only one image
|
|||
from such a list or index will be added to the list or index. Combining
|
||||
*--all* with any of the other options described below is NOT recommended.
|
||||
|
||||
#### **--annotation**=*annotation=value*
|
||||
|
||||
Set an annotation on the entry for the newly-added image.
|
||||
@@option annotation.manifest
|
||||
|
||||
#### **--arch**
|
||||
|
||||
|
|
|
@ -12,9 +12,7 @@ Adds or updates information about an image included in a manifest list or image
|
|||
|
||||
## OPTIONS
|
||||
|
||||
#### **--annotation**=*annotation=value*
|
||||
|
||||
Set an annotation on the entry for the specified image.
|
||||
@@option annotation.manifest
|
||||
|
||||
#### **--arch**
|
||||
|
||||
|
|
Loading…
Reference in New Issue