diff options
author | openshift-ci[bot] <75433959+openshift-ci[bot]@users.noreply.github.com> | 2022-07-14 13:14:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-14 13:14:41 +0000 |
commit | 35e637daf894a8c2e01fe52a6a8768166ba38e7f (patch) | |
tree | ce293d7a147d0095642ade3167f0992aab5cdb4b /docs/source/markdown/podman-image-trust.1.md | |
parent | 23a266b2e76ba06041743aae3f5984cf937dda53 (diff) | |
parent | ad7c54e13a17eed8efb7b1367a17859d6f7e3032 (diff) | |
download | podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.gz podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.tar.bz2 podman-35e637daf894a8c2e01fe52a6a8768166ba38e7f.zip |
Merge pull request #14914 from edsantiago/xref_manpages_stricter
[CI:DOCS] man page checker: enforce stricter options format
Diffstat (limited to 'docs/source/markdown/podman-image-trust.1.md')
-rw-r--r-- | docs/source/markdown/podman-image-trust.1.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-image-trust.1.md b/docs/source/markdown/podman-image-trust.1.md index 66d492922..4e80bdcf5 100644 --- a/docs/source/markdown/podman-image-trust.1.md +++ b/docs/source/markdown/podman-image-trust.1.md @@ -42,12 +42,12 @@ Trust may be updated using the command **podman image trust set** for an existin ### set OPTIONS -#### **--pubkeysfile**=*KEY1*, **-f** +#### **--pubkeysfile**, **-f**=*KEY1* A path to an exported public key on the local system. Key paths will be referenced in policy.json. Any path to a file may be used but locating the file in **/etc/pki/containers** is recommended. Options may be used multiple times to require an image be signed by multiple keys. The **--pubkeysfile** option is required for the **signedBy** type. -#### **--type**=*value*, **-t** +#### **--type**, **-t**=*value* The trust type for this policy entry. Accepted values: **signedBy** (default): Require signatures with corresponding list of |