From 049dc706e43a52fb38f017adcc1cc128a95a8c9f Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Sun, 13 Mar 2022 16:29:56 +0100 Subject: [PATCH] Update wkd-java-cli/README --- wkd-java-cli/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/wkd-java-cli/README.md b/wkd-java-cli/README.md index 633bfdc..7efc4af 100644 --- a/wkd-java-cli/README.md +++ b/wkd-java-cli/README.md @@ -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 +``` \ No newline at end of file