Update wkd-java-cli/README

This commit is contained in:
Paul Schaub 2022-03-13 16:29:56 +01:00
parent b035160c6a
commit 049dc706e4
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
1 changed files with 7 additions and 0 deletions

View File

@ -5,3 +5,10 @@ SPDX-License-Identifier: Apache-2.0
-->
# Command Line Interface for the Web Key Directory
```shell
Usage: wkdcli fetch [-a] USERID
Fetch an OpenPGP Certificate via the Web Key Directory
USERID Certificate User-ID
-a, --armor ASCII Armor the output
```