diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/man/keyringer.1 | 6 |
1 files changed, 4 insertions, 2 deletions
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. |