aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-08-17 14:34:56 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-08-17 14:34:56 -0300
commitfa8b699d01f21a61db7672945dddcde4c3170f96 (patch)
tree6fc1dfa14f88630b87d199cb338ef03d89d4140b
parentc95bf5120b8e228948df3e5ae6efbbb18b7a468b (diff)
downloadkeyringer-fa8b699d01f21a61db7672945dddcde4c3170f96.tar.gz
keyringer-fa8b699d01f21a61db7672945dddcde4c3170f96.tar.bz2
Updated manpage
-rw-r--r--share/man/keyringer.16
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.