mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Document -c / -t
This commit is contained in:
parent
d7a8342fe0
commit
b92b02a616
2 changed files with 7 additions and 3 deletions
|
@ -61,6 +61,8 @@ Usage
|
|||
-p <pubkey> public key file (default: ./minisign.pub)
|
||||
-s <seckey> secret key file (default: ./minisign.key)
|
||||
-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
|
||||
|
|
|
@ -43,6 +43,8 @@ usage(void)
|
|||
"-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"
|
||||
"-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