diff options
author | Steve Phillips <steve@tryingtobeawesome.com> | 2021-02-26 18:18:11 -0800 |
---|---|---|
committer | Steve Phillips <steve@tryingtobeawesome.com> | 2021-02-27 09:05:25 -0800 |
commit | cc679d952a16898b5d41c716db0a7df61261b370 (patch) | |
tree | a90dbdfdbe26d3430b71a2ec1be551b4f253bc09 /docs | |
parent | 397aae32b9ae219eda190cde65b18e4361427932 (diff) | |
download | podman-cc679d952a16898b5d41c716db0a7df61261b370.tar.gz podman-cc679d952a16898b5d41c716db0a7df61261b370.tar.bz2 podman-cc679d952a16898b5d41c716db0a7df61261b370.zip |
podman-image-sign.1.md: typo fix
identify -> identity
Signed-off-by: Steve Phillips <steve@tryingtobeawesome.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/markdown/podman-image-sign.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/markdown/podman-image-sign.1.md b/docs/source/markdown/podman-image-sign.1.md index 3e52bde30..fc0f55e44 100644 --- a/docs/source/markdown/podman-image-sign.1.md +++ b/docs/source/markdown/podman-image-sign.1.md @@ -37,7 +37,7 @@ Store the signatures in the specified directory. Default: /var/lib/containers/s Override the default identity of the signature. ## EXAMPLES -Sign the busybox image with the identify of foo@bar.com with a user's keyring and save the signature in /tmp/signatures/. +Sign the busybox image with the identity of foo@bar.com with a user's keyring and save the signature in /tmp/signatures/. sudo podman image sign --sign-by foo@bar.com --directory /tmp/signatures docker://privateregistry.example.com/foobar |