From 9bcf2d964b950fad412c19a777546c0ad8255179 Mon Sep 17 00:00:00 2001 From: Rupus Reinefjord Date: Wed, 19 May 2021 22:19:06 +0200 Subject: [PATCH] Small fixes to examples --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69aca18..dd9ed1a 100644 --- a/README.md +++ b/README.md @@ -88,13 +88,13 @@ sites/example,login,password123,example.com,user_name,"email user@example.com\nS ### Grouping The group is relative to the path, or the `--base` if given. -Given the password `~/.password-store/site/login/password.gpg`: +Given the password `~/.password-store/sites/example/login.gpg`: - $ pass2csv ~/.password-store/site - # Password will have group "login" + $ pass2csv ~/.password-store/sites + # Password will have group "example" - $ pass2csv ~/.password-store/site --base:~/.password-store - # Password will have group "site/login" + $ pass2csv ~/.password-store/sites --base:~/.password-store + # Password will have group "sites/example" ## Development