mirror of https://github.com/containers/podman.git
Fix podman image sign help output
Adjust the help output to mention `podman image sign` instead of just `podman sign`. Signed-off-by: Sascha Grunert <sgrunert@suse.com>
This commit is contained in:
parent
d5f5b2e8be
commit
6e1de159eb
|
@ -35,8 +35,8 @@ var (
|
|||
signCommand.Remote = remoteclient
|
||||
return signCmd(&signCommand)
|
||||
},
|
||||
Example: `podman sign --sign-by mykey imageID
|
||||
podman sign --sign-by mykey --directory ./mykeydir imageID`,
|
||||
Example: `podman image sign --sign-by mykey imageID
|
||||
podman image sign --sign-by mykey --directory ./mykeydir imageID`,
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue