Skip to content

Commit

Permalink
Merge pull request #15940 from edsantiago/docs_dedup_env_file
Browse files Browse the repository at this point in the history
[CI:DOCS] Man pages: refactor common options: --env-file
  • Loading branch information
openshift-merge-robot authored Sep 26, 2022
2 parents 051eb43 + f672411 commit aaeabb0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions docs/source/markdown/options/env-file.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### **--env-file**=*file*

Read in a line-delimited file of environment variables.
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-create.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 1 addition & 3 deletions docs/source/markdown/podman-exec.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions docs/source/markdown/podman-run.1.md.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aaeabb0

Please sign in to comment.