diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-10-04 13:05:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-10-04 13:05:51 -0300 |
commit | 1b1197728cfd029deb46ebbe6ac0a70bcee58510 (patch) | |
tree | c29ce11cc1faeab4cb42c9179cb0cff54f7e72d0 /share/man | |
parent | 6b1a9638aa417da337e68e3d073e5ecc1f113b9b (diff) | |
parent | 6799fd6ea063e910fef1c03c72aa664ee29875c9 (diff) | |
download | keyringer-1b1197728cfd029deb46ebbe6ac0a70bcee58510.tar.gz keyringer-1b1197728cfd029deb46ebbe6ac0a70bcee58510.tar.bz2 |
Imported Upstream version 0.2.6upstream_keyringer_0.2.6
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/keyringer.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/keyringer.1 b/share/man/keyringer.1 index 9b0f686..9b6a2f5 100644 --- a/share/man/keyringer.1 +++ b/share/man/keyringer.1 @@ -54,6 +54,8 @@ the pathname of an encrypted file relative to keyring with optional If the \f[C]\&.asc\f[] extension is ommited, keyringer will add it in the end of the pathname. .PP +No spaces are allowed in the secret name. +.PP Secret manipulation actions do not commit changes into the secret repository. After any manipulation, the user has to manually commit the changes @@ -78,6 +80,7 @@ opening the decrypted copy into the text editor defined by the .PP encrypt [\f[I]file\f[]] <\f[I]secret\f[]> : Encrypts content from standard input or \f[I]file\f[] into \f[I]secret\f[] pathname. +No spaces are supported in the \f[I]file\f[] name. .PP encrypt-batch <\f[I]secret\f[]> : Encrypt content, batch mode. .PP |