Minor readme fixes
This commit is contained in:
parent
2fb570e457
commit
31f775ff07
1 changed files with 2 additions and 2 deletions
|
@ -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
|
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
|
field; you may specify multiple patterns for the same field by
|
||||||
specifying `--get-field` or`--get-line` multiple times with the same
|
specifying `--get-field` or`--get-line` multiple times with the same
|
||||||
name. Regexps are case-insensitive.
|
name. Regexp patterns are case-insensitive.
|
||||||
|
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
@ -93,7 +93,7 @@ Given the password `~/.password-store/sites/example/login.gpg`:
|
||||||
$ pass2csv ~/.password-store/sites
|
$ pass2csv ~/.password-store/sites
|
||||||
# Password will have group "example"
|
# 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"
|
# Password will have group "sites/example"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue