From 5825548bd84dba2cbdf2b58df8508cf2e4c592ea Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 1 Jun 2018 18:34:44 +0200 Subject: [PATCH] Update README Signed-off-by: Knut Ahlers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd219c8..7323226 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ $ python test.py | grep MY_TEST_VAR $ envrun --help Usage of envrun: --clean Do not pass current environment to child process - --encryption string Encryption method used for encrypted env-file (Available: openssl-md5) (default "openssl-md5") + --encryption string Encryption method used for encrypted env-file (Available: gpg-symmetric, openssl-md5) (default "openssl-md5") --env-file string Location of the environment file (default ".env") --log-level string Log level (debug, info, warn, error, fatal) (default "info") -p, --password string Password to decrypt environment file