Commit: 5e65a5493152182552be44b4afab3e9f9ec889fa Parent: 49013558132f926ad6d041b2d55bf786898a08cd Author: Klemens Nanni Date: Wed, 8 Jun 2016 22:00:17 +0200 README: Change wording, typofix Diffstat:
M | README.md | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -2,9 +2,9 @@ spm - simple password manager ============================= spm is a single fully POSIX shell compliant script utilizing [GnuPG](https://gnupg.org/) in -combination with the most basic tools only such as find(1) and tree(1). +combination with basic tools such as find(1) and tree(1). -Passwords as saved as individually encrypted files inside a directory structure +Passwords are saved as individually encrypted files inside a directory structure of arbitrary depth. Directory and file names represent group and entry names respectively.