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,22 +30,22 @@
|
|||
pgpainless\-cli\-help \- Stateless OpenPGP Protocol
|
||||
.SH "SYNOPSIS"
|
||||
.sp
|
||||
\fBpgpainless\-cli help\fP [\fB\-h\fP] [\fB\-\-stacktrace\fP] [\fICOMMAND\fP]
|
||||
\fBpgpainless\-cli help\fP [\fB\-h\fP] [\fB\-\-debug\fP] [\fICOMMAND\fP]
|
||||
.SH "DESCRIPTION"
|
||||
.sp
|
||||
When no COMMAND is given, the usage help for the main command is displayed.
|
||||
If a COMMAND is specified, the help for that command is shown.
|
||||
.SH "OPTIONS"
|
||||
.sp
|
||||
\fB\-\-debug, \-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print stacktrace
|
||||
.RE
|
||||
.sp
|
||||
\fB\-h\fP, \fB\-\-help\fP
|
||||
.RS 4
|
||||
Show usage help for the help command and exit.
|
||||
.RE
|
||||
.sp
|
||||
\fB\-\-stacktrace\fP
|
||||
.RS 4
|
||||
Print stacktrace
|
||||
.RE
|
||||
.SH "ARGUMENTS"
|
||||
.sp
|
||||
[\fICOMMAND\fP]
|
||||
|
|
@ -157,4 +157,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