aboutsummaryrefslogtreecommitdiff
path: root/share/man/keyringer.1.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2013-09-29 17:35:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2013-09-29 17:35:12 -0300
commitbdbf214658446e0821e67a5e58695df0881247b6 (patch)
tree3d848ce0b2c368f62b7b48844a3af6b802da6f3e /share/man/keyringer.1.mdwn
parent1145393c5405187b50600f65371fb49c376c0c4f (diff)
downloadkeyringer-bdbf214658446e0821e67a5e58695df0881247b6.tar.gz
keyringer-bdbf214658446e0821e67a5e58695df0881247b6.tar.bz2
Sanitize file names (#20)
Diffstat (limited to 'share/man/keyringer.1.mdwn')
-rw-r--r--share/man/keyringer.1.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/keyringer.1.mdwn b/share/man/keyringer.1.mdwn
index 3abf8b8..d7fb2a6 100644
--- a/share/man/keyringer.1.mdwn
+++ b/share/man/keyringer.1.mdwn
@@ -55,6 +55,8 @@ of an encrypted file relative to keyring with optional `.asc` extension.
If the `.asc` extension is ommited, keyringer will add it in the end of the
pathname.
+No spaces are allowed in the secret name.
+
Secret manipulation actions do not commit changes into the secret repository.
After any manipulation, the user has to manually commit the changes using the
git wrapper action.
@@ -79,7 +81,8 @@ edit <*secret*>
again.
encrypt [*file*] <*secret*>
-: Encrypts content from standard input or *file* into *secret* pathname.
+: Encrypts content from standard input or *file* into *secret* pathname. No spaces
+ are supported in the *file* name.
encrypt-batch <*secret*>
: Encrypt content, batch mode.