mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Fix help text in pgpainless-cli documentation
This commit is contained in:
parent
1bd2d68a11
commit
520fcd7cbf
1 changed files with 14 additions and 13 deletions
|
@ -40,19 +40,20 @@ Stateless OpenPGP Protocol
|
||||||
Usage: pgpainless-cli [COMMAND]
|
Usage: pgpainless-cli [COMMAND]
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
help Stateless OpenPGP Protocol
|
help Display usage information for the specified subcommand
|
||||||
armor Stateless OpenPGP Protocol
|
armor Add ASCII Armor to standard input
|
||||||
dearmor Stateless OpenPGP Protocol
|
dearmor Remove ASCII Armor from standard input
|
||||||
decrypt Stateless OpenPGP Protocol
|
decrypt Decrypt a message from standard input
|
||||||
inline-detach Stateless OpenPGP Protocol
|
inline-detach Split signatures from a clearsigned message
|
||||||
encrypt Stateless OpenPGP Protocol
|
encrypt Encrypt a message from standard input
|
||||||
extract-cert Stateless OpenPGP Protocol
|
extract-cert Extract a public key certificate from a secret key from
|
||||||
generate-key Stateless OpenPGP Protocol
|
standard input
|
||||||
sign Stateless OpenPGP Protocol
|
generate-key Generate a secret key
|
||||||
verify Stateless OpenPGP Protocol
|
sign Create a detached signature on the data from standard input
|
||||||
inline-sign Stateless OpenPGP Protocol
|
verify Verify a detached signature over the data from standard input
|
||||||
inline-verify Stateless OpenPGP Protocol
|
inline-sign Create an inline-signed message from data on standard input
|
||||||
version Stateless OpenPGP Protocol
|
inline-verify Verify inline-signed data from standard input
|
||||||
|
version Display version information about the tool
|
||||||
|
|
||||||
Exit Codes:
|
Exit Codes:
|
||||||
0 Successful program execution.
|
0 Successful program execution.
|
||||||
|
|
Loading…
Reference in a new issue