Skip to content

Commit

Permalink
Rephrase --help for "-T"
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Sharipov committed Jul 22, 2022
1 parent 7004a8b commit 12625dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ minitrust uses [go-minisign][go-minisign].
minitrust -T [-c comment] -P pubkey

-V verify that a signature is valid for a given file
-T add new public key to trusted directory
-T add new public key to list of "trusted"
-x signature file (default: <file>.minisig)
-o output the file content after verification
-m file to verify
Expand Down
2 changes: 1 addition & 1 deletion cmd/minitrust/minitrust.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ minitrust -V [-x sigfile] [-o] -m file
minitrust -T [-c comment] -P pubkey
-V verify that a signature is valid for a given file
-T add new public key to trusted directory
-T add new public key to list of "trusted"
-x signature file (default: <file>.minisig)
-o output the file content after verification
-m file to verify
Expand Down

0 comments on commit 12625dd

Please sign in to comment.