diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-08-17 14:19:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-08-17 14:19:59 -0300 |
commit | 5ceceaffb35560b30f33a06b08a6622a2266c0d3 (patch) | |
tree | f96e85a8279130fcf3dc6acdc70bc33062794174 /share/man | |
parent | d46f13b4683dcd456387e81b53017d2b672e778e (diff) | |
download | keyringer-5ceceaffb35560b30f33a06b08a6622a2266c0d3.tar.gz keyringer-5ceceaffb35560b30f33a06b08a6622a2266c0d3.tar.bz2 |
Added support to encrypt from files
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/keyringer.1.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 23b8d85..14ae687 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -66,8 +66,8 @@ edit <*SECRET*> : Edits a secret by temporarily decrypting it, opening the decrypted copy into *$EDITOR* and then recrypting it again. -encrypt <*SECRET*> -: Encrypts content from standard input into *SECRET*. +encrypt [*file*] <*SECRET*> +: Encrypts content from standard input or *file* into *SECRET*. encrypt-batch <*SECRET*> : Encrypt content, batch mode. |