aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-02 14:47:24 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-02 14:47:24 +0100
commit91d33d069dd7d0dacbe3a0cd0c1598610ee18a13 (patch)
tree31fdf44b6104cc559fb982893670e65acd88a6ce
parent6cc5b96bd73c153eaeb77987194db428837ab394 (diff)
downloadpass.bat-91d33d069dd7d0dacbe3a0cd0c1598610ee18a13.tar.gz
pass.bat-91d33d069dd7d0dacbe3a0cd0c1598610ee18a13.zip
what the fuck were these indents
-rw-r--r--pass.bat22
1 files changed, 11 insertions, 11 deletions
diff --git a/pass.bat b/pass.bat
index 9ca79f8..eb7fc71 100644
--- a/pass.bat
+++ b/pass.bat
@@ -2,17 +2,17 @@
IF ["%~1"] EQU ["help"] (
echo.Copyright ^(c^) 2012-2018, Jason A. Donenfeld ^<Jason@zx2c4.com^>
- echo.Copyright ^(c^) 2019-2021, Miquel Lionel
- echo.
- echo.Here's the available parameters for pass. Params between [] are MANDATORY:
- echo.
- echo. ls - without arguments, it list the entire password store as a tree.
- echo. show [passname] - decrypt the password with name [passname], output the result to the console
- echo. insert [passname] - insert a password with name [passname], prompt for input. Stop and save with a newline and by pressing Ctrl+Z on your keyboard.
- echo. rm [passname] - delete the password matching [passname]. Prompts for confirmation.
- 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.Copyright ^(c^) 2019-2021, Miquel Lionel
+ echo.
+ echo.Here's the available parameters for pass. Params between [] are MANDATORY:
+ echo.
+ echo. ls - without arguments, it list the entire password store as a tree.
+ echo. show [passname] - decrypt the password with name [passname], output the result to the console
+ echo. insert [passname] - insert a password with name [passname], prompt for input. Stop and save with a newline and by pressing Ctrl+Z on your keyboard.
+ echo. rm [passname] - delete the password matching [passname]. Prompts for confirmation.
+ 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: