aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-02 14:50:46 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-02 14:50:46 +0100
commit49338bdfce6703a5dbad47411d9b96d1f9251fcd (patch)
treee9adcffd85b6cbabf55aed0e9ad2cb1f3343f946
parent3bbeab33f70e7751630d1599556392f8eba08fdb (diff)
downloadpass.bat-49338bdfce6703a5dbad47411d9b96d1f9251fcd.tar.gz
pass.bat-49338bdfce6703a5dbad47411d9b96d1f9251fcd.zip
wording in help
-rw-r--r--pass.bat2
1 files changed, 1 insertions, 1 deletions
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.