From 31f775ff07fec95d1cb5939707e2334c3bb7e2bf Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Sun, 25 Jul 2021 16:42:45 +0200 Subject: [PATCH] Minor readme fixes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e48d61..022168c 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ a *name* for the field and a regexp *pattern*. The field name is used for the header of the output CSV and to group multiple patterns for the same field; you may specify multiple patterns for the same field by specifying `--get-field` or`--get-line` multiple times with the same -name. Regexps are case-insensitive. +name. Regexp patterns are case-insensitive. ### Examples @@ -93,7 +93,7 @@ Given the password `~/.password-store/sites/example/login.gpg`: $ pass2csv ~/.password-store/sites # Password will have group "example" - $ pass2csv ~/.password-store/sites --base:~/.password-store + $ pass2csv ~/.password-store/sites --base ~/.password-store # Password will have group "sites/example"