From: Silvio Rhatto Date: Sat, 17 Aug 2013 17:34:56 +0000 (-0300) Subject: Updated manpage X-Git-Tag: 0.2.2~5 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fa8b699d01f21a61db7672945dddcde4c3170f96;p=keyringer.git Updated manpage --- diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index d14052b..2eaa30d 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -60,8 +60,8 @@ edit <\f[I]SECRET\f[]> : Edits a secret by temporarily decrypting it, opening the decrypted copy into \f[I]$EDITOR\f[] and then recrypting it again. .PP -encrypt <\f[I]SECRET\f[]> : Encrypts content from standard input into -\f[I]SECRET\f[]. +encrypt [\f[I]file\f[]] <\f[I]SECRET\f[]> : Encrypts content from +standard input or \f[I]file\f[] into \f[I]SECRET\f[]. .PP encrypt-batch <\f[I]SECRET\f[]> : Encrypt content, batch mode. .PP @@ -69,6 +69,8 @@ genpair <\f[I]ssh\f[]|\f[I]gpg\f[]|\f[I]ssl\f[]|\f[I]ssl-self\f[]> [\f[I]options\f[]] : Wrapper to generete encryption keypairs, useful for automated key deployment. .PP +open <\f[I]SECRET\f[]> : Open a secret using xdg-open. +.PP recrypt <\f[I]SECRET\f[]> : Recrypts a secret by decrypting it and recrypting again. Useful when users are added into recipient configuration.