From bdbf214658446e0821e67a5e58695df0881247b6 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 29 Sep 2013 17:35:12 -0300 Subject: Sanitize file names (#20) --- share/man/keyringer.1.mdwn | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'share/man/keyringer.1.mdwn') 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. -- cgit v1.2.3