From 49338bdfce6703a5dbad47411d9b96d1f9251fcd Mon Sep 17 00:00:00 2001 From: Miquel Lionel Date: Wed, 2 Jun 2021 14:50:46 +0100 Subject: wording in help --- pass.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pass.bat b/pass.bat index 5d66874..587b7d1 100644 --- a/pass.bat +++ b/pass.bat @@ -16,7 +16,7 @@ IF ["%~1"] EQU ["help"] ( echo. echo. echo.ENVIRONNEMENT VARIABLES: - echo. PASSWORD_STORE_KEY The key^(s^) ID in 0xlong form. Can alternatively be in a .gpg-id file in the password store directory, searches in it by default. + echo. PASSWORD_STORE_KEY The key^(s^) ID in 0xlong form. Can alternatively be in a .gpg-id file in the password store directory: by default, pass.bat will look in it. echo. PASSWORD_STORE_DIR The directory which contains the password, with .gpg %GPG_OPTS% extension. echo. PASSWORD_STORE_CLIP_TIME The time remaining for which a password copied to the clipboard. echo. PASSWORD_STORE_GPG_OPTS Additional options to be passed to all invocations of GPG. -- cgit v1.2.3-54-g00ecf