mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 03:17:41 +03:00
Document -c / -t
This commit is contained in:
parent
d7a8342fe0
commit
b92b02a616
2 changed files with 7 additions and 3 deletions
|
@ -56,11 +56,13 @@ Usage
|
|||
|
||||
-G generate a new key pair
|
||||
-S sign a file
|
||||
-V verify that a signature is valid for a given file
|
||||
-V verify that a signature is valid for a given file
|
||||
-m <file> file to sign/verify
|
||||
-p <pubkey> public key file (default: ./minisign.pub)
|
||||
-s <seckey> secret key file (default: ./minisign.key)
|
||||
-x <sigfile> signature file (default: <file>.minisig)
|
||||
-x <sigfile> signature file (default: <file>.minisig)
|
||||
-c <comment> add a one-line untrusted comment
|
||||
-t <comment> add a one-line trusted comment
|
||||
-q quiet mode, suppress output
|
||||
|
||||
Trusted comments
|
||||
|
|
|
@ -42,7 +42,9 @@ usage(void)
|
|||
"-m <file> file to sign/verify\n"
|
||||
"-p <pubkey> public key file (default: ./minisign.pub)\n"
|
||||
"-s <seckey> secret key file (default: ./minisign.key)\n"
|
||||
"-x <sigfile> signature file (default: <file>.minisig)\n"
|
||||
"-x <sigfile> signature file (default: <file>.minisig)\n"
|
||||
"-c <comment> add a one-line untrusted comment\n"
|
||||
"-t <comment> add a one-line trusted comment\n"
|
||||
"-q quiet mode, suppress output\n"
|
||||
);
|
||||
exit(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue