mirror of https://github.com/containers/podman.git
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>
This commit is contained in:
parent
d5e13a3a90
commit
f6724116ab
|
|
@ -0,0 +1,3 @@
|
|||
#### **--env-file**=*file*
|
||||
|
||||
Read in a line-delimited file of environment variables.
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -23,9 +23,7 @@ Specify the key sequence for detaching a container. Format is a single character
|
|||
|
||||
@@option env
|
||||
|
||||
#### **--env-file**=*file*
|
||||
|
||||
Read in a line delimited file of environment variables.
|
||||
@@option env-file
|
||||
|
||||
@@option interactive
|
||||
|
||||
|
|
|
|||
|
|
@ -191,9 +191,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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue