mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-04 19:37:48 +03:00
Document -f option
This commit is contained in:
parent
614fd57665
commit
aa99a5c417
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ usage(void)
|
|||
puts(
|
||||
"Usage:\n"
|
||||
#ifndef VERIFY_ONLY
|
||||
"minisign -G [-p pubkey] [-s seckey]\n"
|
||||
"minisign -G [-f] [-p pubkey] [-s seckey]\n"
|
||||
"minisign -S [-l] [-x sigfile] [-s seckey] [-c untrusted_comment] [-t trusted_comment] -m "
|
||||
"file [file ...]\n"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue