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}}`