diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-05-16 16:46:54 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-05-16 16:46:54 -0300 |
commit | eae903f8a412ced8dfa0454b658f0305eb1971f7 (patch) | |
tree | 26ed0eb9ab0ff54a70d6252dd35ca7f7e5cb5e6a /share | |
parent | 778cab6307cf870d7913aea9a2afcdb68594155e (diff) | |
parent | 4edea3d52e0c04651508fba9bae6ed0d81ccaa01 (diff) | |
download | keyringer-eae903f8a412ced8dfa0454b658f0305eb1971f7.tar.gz keyringer-eae903f8a412ced8dfa0454b658f0305eb1971f7.tar.bz2 |
Merge branch 'release/0.3.4'
Diffstat (limited to 'share')
-rw-r--r-- | share/man/keyringer.1.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn index 3b2fbc0..407baaa 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -135,6 +135,9 @@ edit <*secret*> : Edit a secret by temporarily decrypting it, opening the decrypted copy into the text editor defined by the *$EDITOR* environment variable and then re-encrypting it. + Please make sure to use an *$EDITOR* which does not leak data like history buffers. + Keyringer tries to detect if *$EDITOR* is set to VIM and disables the *.viminfo* file. + encrypt <*secret*> [*file*] : Encrypts content from standard input or *file* into *secret* pathname. No spaces are supported in the *secret* name. If *file* is actually a folder, keyringer |