Merge pull request 'Update sign-my-commit help for signing via ssh-agent' (#1912) from jrb0001/registry:ssh-key-file into master

Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/1912
Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
Simon Marsh 2022-06-26 22:17:12 +01:00
commit a34e8f472f

View file

@ -23,7 +23,7 @@ usage()
echo ' --commit, verify this specific commit' echo ' --commit, verify this specific commit'
echo ' --help, display this message' echo ' --help, display this message'
echo 'SSH specific options:' echo 'SSH specific options:'
echo ' --key, (required for signing) specify SSH private key file to use' echo ' --key, (required for signing) specify SSH private key file to use (public key file for signing via ssh-agent)'
} }
########################################################################## ##########################################################################