aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-02 14:46:23 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-02 14:46:23 +0100
commit6cc5b96bd73c153eaeb77987194db428837ab394 (patch)
tree8f83cd712492f124f568706a35b7913b689c0166
parent50f873816808d3958a563f00eb29adc821e16dc4 (diff)
downloadpass.bat-6cc5b96bd73c153eaeb77987194db428837ab394.tar.gz
pass.bat-6cc5b96bd73c153eaeb77987194db428837ab394.zip
less clustered help
-rw-r--r--pass.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/pass.bat b/pass.bat
index a6bcf20..9ca79f8 100644
--- a/pass.bat
+++ b/pass.bat
@@ -13,14 +13,14 @@ IF ["%~1"] EQU ["help"] (
echo. rmf [passname] - force the deletion of password matching [passname].
echo. rmrf [passname] - recursively and forcefully delete a directory in the password store.
echo. clip [passname] [linenumber] - copy into the clipboard the text at line [linenumber] for password matching [passname].
-
+ 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_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.
-
+ echo.
)
where gpg.exe >nul 2>nul