From d768c7e33bc9c704d290a77c9229b92e9abecc1c Mon Sep 17 00:00:00 2001 From: Jen Date: Sat, 17 Jun 2023 17:07:37 +0100 Subject: [PATCH] age: reword example (#10347) * age: reword example Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/age.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/age.md b/pages/common/age.md index 202da0c738..148e36f847 100644 --- a/pages/common/age.md +++ b/pages/common/age.md @@ -15,7 +15,7 @@ `age --recipient {{public_key_1}} --recipient {{public_key_2}} {{path/to/unencrypted_file}} --output {{path/to/encrypted_file}}` -- Encrypt a file with one or more public keys that are specified in a recipients file: +- Encrypt a file to one or more recipients with their public keys specified in a file (one per line): `age --recipients-file {{path/to/recipients_file}} {{path/to/unencrypted_file}} --output {{path/to/encrypted_file}}`