From 2d12cd19a2417571424dc679021e8a0c032ac0ab Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 28 Mar 2022 15:46:02 +0200 Subject: help text language --- cmd/sigsum/main.go | 8 ++++---- 1 file 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. ` -- cgit v1.2.3