From 5f340487ee57a3ac307cf245bddb3d1c0e773b6d Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Wed, 4 Oct 2023 16:58:57 +0200 Subject: [PATCH] Revert "docs(env-file): improve document description" This reverts commit c67ef7c1a12bb46e846c1b3dbda6acda1c6a5d30. see https://github.com/containers/podman/issues/19565 Signed-off-by: Paul Holzinger --- docs/source/markdown/options/env-file.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/source/markdown/options/env-file.md b/docs/source/markdown/options/env-file.md index 467aa4a91d..428cb78582 100644 --- a/docs/source/markdown/options/env-file.md +++ b/docs/source/markdown/options/env-file.md @@ -4,8 +4,4 @@ ####> are applicable to all of those. #### **--env-file**=*file* -Read the environment variables from the file, supporting prefix matching: `KEY*`, as well as multiline values in double quotes and single quotes, but not multiline values in backticks. -The env-file will ignore comments and empty lines. And spaces or tabs before and after the KEY. -If an invalid value is encountered, such as only an `=` sign, it will be skipped. If it is a prefix match (`KEY*`), all environment variables starting with KEY on the host machine will be loaded. -If it is only KEY (`KEY`), the KEY environment variable on the host machine will be loaded. -Compatible with the `export` syntax in **dotenv**, such as: `export KEY=bar`. +Read in a line-delimited file of environment variables.