aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-11-14 22:57:59 -0200
committerSilvio Rhatto <rhatto@riseup.net>2013-11-14 22:57:59 -0200
commitbf99499751482886833ad7ce77930ba9a12b8a86 (patch)
treefa0626b6758a3dd0644d1f701d8b6349250b1ace /share
parent4705d861b56fbec26ac0dee8749b74dade3c25c1 (diff)
downloadkeyringer-bf99499751482886833ad7ce77930ba9a12b8a86.tar.gz
keyringer-bf99499751482886833ad7ce77930ba9a12b8a86.tar.bz2
Support for encrypting a whole tree (closes #21)
Diffstat (limited to 'share')
-rw-r--r--share/man/keyringer.1.mdwn8
1 files changed, 5 insertions, 3 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn
index ee035e3..876f774 100644
--- a/share/man/keyringer.1.mdwn
+++ b/share/man/keyringer.1.mdwn
@@ -94,10 +94,12 @@ edit <*secret*>
encrypt <*secret*> [*file*]
: Encrypts content from standard input or *file* into *secret* pathname. No spaces
- are supported in the *secret* name.
+ are supported in the *secret* name. If *file* is actually a folder, keyringer
+ will recursivelly encrypt all it's contents.
-encrypt-batch <*secret*>
-: Encrypt content, batch mode.
+encrypt-batch <*secret*> [*file*]
+: Encrypt content, batch mode. Behavior is identical to *encrypt* action, but less
+ verbose. Useful inside scripts.
genpair <*ssh*|*gpg*|*ssl*|*ssl-self*> [*options*]
: Wrapper to generate encryption key-pairs, useful for automated key deployment.