diff options
Diffstat (limited to '.config/nvim/UltiSnips/mail.snippets')
-rw-r--r-- | .config/nvim/UltiSnips/mail.snippets | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/nvim/UltiSnips/mail.snippets b/.config/nvim/UltiSnips/mail.snippets index 3fceb03..95a4101 100644 --- a/.config/nvim/UltiSnips/mail.snippets +++ b/.config/nvim/UltiSnips/mail.snippets @@ -1,7 +1,7 @@ snippet validate_pgp_key "A mail to verify a PGP key" b Hi ${1: Name}, -Please clear-sign [1] the attached `token.txt` file using the mentioned root +Please clear-sign [1] the attached `token.txt` file using the mentioned primary key (not any of its subkeys) and send the resulting file to: David Runge <dvzrv@master-key.archlinux.org> @@ -12,7 +12,7 @@ To clearsign the file, use gpg --armor --default-key ${2: PGP KEY ID}! --clearsign token.txt \`\`\` -If your root key does not provide the Signature capability (S), make sure to +If your primary key does not provide the Signature capability (S), make sure to toggle it on temporarily: \`\`\` |