From 83c0edd9fbb76ca0380844a10fc297ab9aa7a287 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Wed, 15 Jan 2020 08:07:04 -0600 Subject: [PATCH] Mention multiple recipients in man page --- yadm.1 | 1 + 1 file changed, 1 insertion(+) diff --git a/yadm.1 b/yadm.1 index fabf7ec..4152e66 100644 --- a/yadm.1 +++ b/yadm.1 @@ -427,6 +427,7 @@ By default, the first "gpg" found in $PATH is used. Asymmetrically encrypt files with a gpg public/private key pair. Provide a "key ID" to specify which public key to encrypt with. The key must exist in your public keyrings. +Multiple recipients can be specified (separated by space). If left blank or not provided, symmetric encryption is used instead. If set to "ASK", gpg will interactively ask for recipients. See the ENCRYPTION section for more details.