diff options
Diffstat (limited to 'cmd/sigsum')
| -rw-r--r-- | cmd/sigsum/main.go | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/cmd/sigsum/main.go b/cmd/sigsum/main.go index 146dadb..202a966 100644 --- a/cmd/sigsum/main.go +++ b/cmd/sigsum/main.go @@ -26,12 +26,12 @@ Usage:          Output usage message.      sigsum verify -t TYPE -k PUBLIC_KEY FILE -        Verify that a file's signed checksum is public and valid. +        Verify that FILE's signed checksum is public and valid.          -t, --type         Signature format (Available options: signify, minisign, ssh)          -k, --key          Path to a public key.      sigsum bundle -t TYPE -k PUBLIC_KEY -d DOMAIN_HINT FILE... -        Perform logging request(s) and write inclusion proof bundle(s). +        Request logging of checksum of FILE(s), output inclusion proof bundle(s).          -t, --type         Signature format (Available options: signify, minisign, ssh)          -k, --key          Path to a public key.          -d, --domain-hint  Domain name that is aware of the public key. @@ -42,8 +42,8 @@ Usage:      sigsum namespace          Output namespace to be used in SSH signing context. -Transparency log proofs and signatures must be located at $FILE.sigsum.v0. -Signatures must be located at $FILE.{sig,minisig}, depending on -t TYPE. +Transparency log proofs and signatures must be located in $FILE.sigsum.v0. +Signatures must be located in $FILE.{sig,minisig}, depending on -t TYPE.  ` | 
