1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-12-08 13:21:09 +01:00

Update man pages

This commit is contained in:
Paul Schaub 2025-09-26 13:30:21 +02:00
parent 8536ee798f
commit ab758b24c1
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311
22 changed files with 454 additions and 101 deletions

View file

@ -30,7 +30,7 @@
pgpainless\-cli\-change\-key\-password \- Update the password of a key
.SH "SYNOPSIS"
.sp
\fBpgpainless\-cli change\-key\-password\fP [\fB\-\-[no\-]armor\fP] [\fB\-\-stacktrace\fP] [\fB\-\-new\-key\-password\fP
\fBpgpainless\-cli change\-key\-password\fP [\fB\-\-debug\fP] [\fB\-\-[no\-]armor\fP] [\fB\-\-new\-key\-password\fP
[=\fIPASSWORD\fP]] [\fB\-\-old\-key\-password\fP=\fIPASSWORD\fP]...
.SH "DESCRIPTION"
.sp
@ -38,6 +38,11 @@ Unlock all secret keys from STDIN using the given old passwords and emit them re
If any (sub\-) key cannot be unlocked, this operation will exit with error code 67.
.SH "OPTIONS"
.sp
\fB\-\-debug, \-\-stacktrace\fP
.RS 4
Print stacktrace
.RE
.sp
\fB\-\-new\-key\-password\fP[=\fIPASSWORD\fP]
.RS 4
New password to lock the keys with.
@ -59,9 +64,4 @@ Old passwords to unlock the keys with.
Multiple passwords can be passed in, which are tested sequentially to unlock locked subkeys.
.sp
Is an INDIRECT data type (e.g. file, environment variable, file descriptor...).
.RE
.sp
\fB\-\-stacktrace\fP
.RS 4
Print stacktrace
.RE