diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-26 13:47:26 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-26 13:47:26 -0200 |
commit | a063767e242051895afd9e44f6bcdcdeebc9eaef (patch) | |
tree | c7fc04caedcf34ebb579886aeafb2adb962f3ed9 | |
parent | 75a1e30ead416c1e48b11ab416c4b32a3a15555d (diff) | |
download | keyringer-a063767e242051895afd9e44f6bcdcdeebc9eaef.tar.gz keyringer-a063767e242051895afd9e44f6bcdcdeebc9eaef.tar.bz2 |
Minor manpage fix
-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 6b7915e..ab2242d 100644 --- a/share/man/keyringer.1.mdwn +++ b/share/man/keyringer.1.mdwn @@ -106,10 +106,10 @@ genpair <*ssh*|*gpg*|*ssl*|*ssl-self*> [*options*] open <*secret*> : Decrypt a secret into a temporary folder and opening it using xdg-open which - then tries to figure out the file type and calling the associated application. + tries to figure out the file type and then calling the associated application. After the application exits, keyringer encrypts the temporary decrypted file - again into the secret file. + again into the secret file and deletes the temporary file. recrypt <*secret*> : Recrypts a secret by decrypting it and recrypting again. Useful when users are added |