Skip to content

Commit

Permalink
Docs:(issue_1866) Fix documentation on filepath vs env preference
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Feb 17, 2024
1 parent 094a9bc commit 9f3448a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/v2/examples/flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ func main() {
}
```

Note that default values set from file (e.g. `FilePath`) take precedence over
default values set from the environment (e.g. `EnvVar`).
Note that default values set from the environment (e.g. `EnvVar`) take precedence over
default values set from file (e.g. `FilePath`).

#### Values from alternate input sources (YAML, TOML, and others)

Expand Down

0 comments on commit 9f3448a

Please sign in to comment.