mirror of
https://github.com/jedisct1/minisign.git
synced 2025-04-03 02:47:41 +03:00
Update man page
This commit is contained in:
parent
ef445ab928
commit
12fd90b6fe
2 changed files with 6 additions and 6 deletions
|
@ -10,13 +10,13 @@
|
|||
\fBminisign\fR \-G [\-p pubkey_file] [\-s seckey_file] [\-W]
|
||||
.
|
||||
.P
|
||||
\fBminisign\fR \-R [\-s seckey_file] [\-W] [\-p pubkey_file]
|
||||
\fBminisign\fR \-R [\-s seckey_file] [\-p pubkey_file]
|
||||
.
|
||||
.P
|
||||
\fBminisign\fR \-C [\-s seckey_file] [\-W]
|
||||
.
|
||||
.P
|
||||
\fBminisign\fR \-S [\-H] [\-x sig_file] [\-s seckey_file] [\-W] [\-c untrusted_comment] [\-t trusted_comment] \-m file [file \.\.\.]
|
||||
\fBminisign\fR \-S [\-H] [\-x sig_file] [\-s seckey_file] [\-c untrusted_comment] [\-t trusted_comment] \-m file [file \.\.\.]
|
||||
.
|
||||
.P
|
||||
\fBminisign\fR \-V [\-x sig_file] [\-p pubkey_file | \-P pubkey] [\-o] [\-q] \-m file
|
||||
|
@ -36,7 +36,7 @@ Generate a new key pair
|
|||
.
|
||||
.TP
|
||||
\fB\-C\fR
|
||||
Change the password of a secret key
|
||||
Change/remove the password of a secret key
|
||||
.
|
||||
.TP
|
||||
\fB\-R\fR
|
||||
|
|
|
@ -8,11 +8,11 @@ minisign(1) -- A dead simple tool to sign files and verify signatures.
|
|||
|
||||
`minisign` -G [-p pubkey_file] [-s seckey_file] [-W]
|
||||
|
||||
`minisign` -R [-s seckey_file] [-W] [-p pubkey_file]
|
||||
`minisign` -R [-s seckey_file] [-p pubkey_file]
|
||||
|
||||
`minisign` -C [-s seckey_file] [-W]
|
||||
|
||||
`minisign` -S [-H] [-x sig_file] [-s seckey_file] [-W] [-c untrusted_comment] [-t trusted_comment] -m file [file ...]
|
||||
`minisign` -S [-H] [-x sig_file] [-s seckey_file] [-c untrusted_comment] [-t trusted_comment] -m file [file ...]
|
||||
|
||||
`minisign` -V [-x sig_file] [-p pubkey_file | -P pubkey] [-o] [-q] -m file
|
||||
|
||||
|
@ -29,7 +29,7 @@ These options control the actions of `minisign`.
|
|||
* `-G`:
|
||||
Generate a new key pair
|
||||
* `-C`:
|
||||
Change the password of a secret key
|
||||
Change/remove the password of a secret key
|
||||
* `-R`:
|
||||
Recreate a public key file from a secret key file
|
||||
* `-S`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue