diff options
author | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-02 14:48:07 +0100 |
---|---|---|
committer | Miquel Lionel <lionel@les-miquelots.net> | 2021-06-02 14:48:07 +0100 |
commit | 3bbeab33f70e7751630d1599556392f8eba08fdb (patch) | |
tree | d6b2aa9206ef79e46d81c318ad9c5b8749d48bd3 | |
parent | 91d33d069dd7d0dacbe3a0cd0c1598610ee18a13 (diff) | |
download | pass.bat-3bbeab33f70e7751630d1599556392f8eba08fdb.tar.gz pass.bat-3bbeab33f70e7751630d1599556392f8eba08fdb.zip |
electric indenting boogalo 2
-rw-r--r-- | pass.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ IF ["%~1"] EQU ["help"] ( 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_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.
|