From e7572966b7566278c295b282f5d75a59713b80e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20H=C3=B6xter?= Date: Tue, 1 Sep 2020 11:45:01 +0200 Subject: [PATCH] fix a typo in mpass help output --- home/mpass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/mpass.sh b/home/mpass.sh index 7cc3a9c..bd61274 100755 --- a/home/mpass.sh +++ b/home/mpass.sh @@ -13,7 +13,7 @@ function help { multiple repository. Before you get started create a configuration file in - ${HOME}/.mpass. This fill must contain an associative bash array + ${HOME}/.mpass. This file must contain an associative bash array named "REPO_STORE_DIR[reponame]" to define your repository location. The default repoistory should be named "default" is used when no other repository name is defined with "-r" on the mpass invocation. -- 2.39.2