From cc679d952a16898b5d41c716db0a7df61261b370 Mon Sep 17 00:00:00 2001 From: Steve Phillips Date: Fri, 26 Feb 2021 18:18:11 -0800 Subject: podman-image-sign.1.md: typo fix identify -> identity Signed-off-by: Steve Phillips --- docs/source/markdown/podman-image-sign.1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') 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 -- cgit v1.2.3-54-g00ecf