mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-22 20:32:05 +01:00
Docs: Update output of pgpainless-cli help command
This commit is contained in:
parent
b7478729b1
commit
bfeed54ede
1 changed files with 5 additions and 3 deletions
|
@ -49,7 +49,10 @@ Hereafter, the program will be referred to as `pgpainless-cli`.
|
||||||
```
|
```
|
||||||
$ pgpainless-cli help
|
$ pgpainless-cli help
|
||||||
Stateless OpenPGP Protocol
|
Stateless OpenPGP Protocol
|
||||||
Usage: pgpainless-cli [COMMAND]
|
Usage: pgpainless-cli [--stacktrace] [COMMAND]
|
||||||
|
|
||||||
|
Options:
|
||||||
|
--stacktrace Print Stacktrace
|
||||||
|
|
||||||
Commands:
|
Commands:
|
||||||
help Display usage information for the specified subcommand
|
help Display usage information for the specified subcommand
|
||||||
|
@ -68,7 +71,7 @@ Commands:
|
||||||
version Display version information about the tool
|
version Display version information about the tool
|
||||||
|
|
||||||
Exit Codes:
|
Exit Codes:
|
||||||
0 Successful program execution.
|
0 Successful program execution
|
||||||
1 Generic program error
|
1 Generic program error
|
||||||
3 Verification requested but no verifiable signature found
|
3 Verification requested but no verifiable signature found
|
||||||
13 Unsupported asymmetric algorithm
|
13 Unsupported asymmetric algorithm
|
||||||
|
@ -87,7 +90,6 @@ Exit Codes:
|
||||||
71 Unsupported special prefix (e.g. "@ENV/@FD") of indirect parameter
|
71 Unsupported special prefix (e.g. "@ENV/@FD") of indirect parameter
|
||||||
73 Ambiguous input (a filename matching the designator already exists)
|
73 Ambiguous input (a filename matching the designator already exists)
|
||||||
79 Key is not signing capable
|
79 Key is not signing capable
|
||||||
Powered by picocli
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Indirect Data Types
|
## Indirect Data Types
|
||||||
|
|
Loading…
Reference in a new issue