mirror of
https://github.com/containers/podman.git
synced 2025-07-04 10:10:32 +08:00
Man pages: refactor common options: --annotation (manifest)
[Note: I already refactored --annotation for container-related commands; this one is for manifest-related commands] This one needed reconciling: one man page said "newly added image", the other said "specified image", I just reduced that to "image". If that's not cool, any suggestions on how to make it better? Or, just reject this PR, we can live with this duplication. Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
3
docs/source/markdown/options/annotation.manifest.md
Normal file
3
docs/source/markdown/options/annotation.manifest.md
Normal file
@ -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**
|
||||
|
||||
|
Reference in New Issue
Block a user