From c984e729013be7c51b780b13fccfd6f2aed28624 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Wed, 17 Mar 2021 11:41:55 +0100 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b34b019..50a076d 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repository contains some scripts that aims to convert a gpg password wallet ## Usage ### convert_to_csv.sh -Simply execute the script. You need `pass` executable installed and ENV var PASSWORD_STORE_DIR set-up. A CSV file will be created in this folder containing key-password fields separated by semicolon and delimited by `"`. +Simply execute the script. You need `pass` executable installed and ENV var PASSWORD_STORE_DIR set-up. A CSV file will be created in this folder containing key-password fields separated by TAB delimiter. ```bash # Clone this repository