diff options
author | Ed Santiago <santiago@redhat.com> | 2022-09-26 07:34:36 -0600 |
---|---|---|
committer | Ed Santiago <santiago@redhat.com> | 2022-09-26 09:17:55 -0600 |
commit | f6724116abd2f265a8e00bc09f64deca7d2836c3 (patch) | |
tree | e94d1b03755905d6ad395684c66d852edc34e3f1 /docs/source/markdown/podman-create.1.md.in | |
parent | d5e13a3a9039fc1068bccce73ce5acd7bf98d576 (diff) | |
download | podman-f6724116abd2f265a8e00bc09f64deca7d2836c3.tar.gz podman-f6724116abd2f265a8e00bc09f64deca7d2836c3.tar.bz2 podman-f6724116abd2f265a8e00bc09f64deca7d2836c3.zip |
Man pages: refactor common options: --env-file
Another easy one. Option is only present in these three man pages.
I took the liberty of changing the "See note" text, making it
the same as --env. I also took the liberty of hyphenating
"line-delimited" because that's the correct thing to do.
Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-create.1.md.in')
-rw-r--r-- | docs/source/markdown/podman-create.1.md.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/markdown/podman-create.1.md.in b/docs/source/markdown/podman-create.1.md.in index e182e289c..351124dc4 100644 --- a/docs/source/markdown/podman-create.1.md.in +++ b/docs/source/markdown/podman-create.1.md.in @@ -155,9 +155,9 @@ This option cannot be combined with **--network** that is set to **none** or **c See [**Environment**](#environment) note below for precedence and examples. -#### **--env-file**=*file* +@@option env-file -Read in a line delimited file of environment variables. See **Environment** note below for precedence. +See [**Environment**](#environment) note below for precedence and examples. @@option env-host |