Merge pull request #224 from akoenig/gpg-import

GPG: Parameter for importing a public key.
waldyrious/alt-syntax
Romain Prieto 2014-08-14 09:17:53 +10:00
commit 7aa0d1f429
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@
- decrypt doc.txt.gpg (output to STDOUT)
`gpg --decrypt {{doc.txt.gpg}}`
- Import a public key
`gpg --import {{public.gpg}}`