mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-06 04:11:11 +01:00
Update man pages
This commit is contained in:
parent
8536ee798f
commit
ab758b24c1
22 changed files with 454 additions and 101 deletions
|
|
@ -30,7 +30,7 @@
|
|||
pgpainless\-cli\-generate\-completion \- Stateless OpenPGP Protocol
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli generate\-completion\fP [\fB\-hV\fP] [\fB\-\-stacktrace\fP]
|
||||
\fBpgpainless\-cli generate\-completion\fP [\fB\-hV\fP] [\fB\-\-debug\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
Generate bash/zsh completion script for pgpainless\-cli.
|
||||
|
|
@ -43,16 +43,16 @@ source <(pgpainless\-cli generate\-completion)
|
|||
.if n .RE
|
||||
.SH "OPTIONS"
|
||||
.sp
|
||||
\fB\-\-debug, \-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fP, \fB\-\-help\fP
|
||||
.RS 4
|
||||
Show this help message and exit.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-V\fP, \fB\-\-version\fP
|
||||
.RS 4
|
||||
Print version information and exit.
|
||||
|
|
@ -162,4 +162,24 @@ Options were supplied that are incompatible with each other
|
|||
\fB89\fP
|
||||
.RS 4
|
||||
The requested profile is unsupported, or the indicated subcommand does not accept profiles
|
||||
.RE
|
||||
.sp
|
||||
\fB97\fP
|
||||
.RS 4
|
||||
The implementation supports some form of hardware\-backed secret keys, but could not identify the hardware device
|
||||
.RE
|
||||
.sp
|
||||
\fB101\fP
|
||||
.RS 4
|
||||
The implementation tried to use a hardware\-backed secret key, but the cryptographic hardware refused the operation for some reason other than a bad PIN or password
|
||||
.RE
|
||||
.sp
|
||||
\fB103\fP
|
||||
.RS 4
|
||||
The primary key of a KEYS object is too weak or revoked
|
||||
.RE
|
||||
.sp
|
||||
\fB107\fP
|
||||
.RS 4
|
||||
The CERTS object has no matching User ID
|
||||
.RE
|
||||
Loading…
Add table
Add a link
Reference in a new issue