Skip to content

Commit 0a41ca6

Browse files
authored
Merge pull request #529 from webrails/readme-f-configuration-files
Clarify order of configuration files for flag -f
2 parents 4bdf65d + 640ebd0 commit 0a41ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ You can use the `dotenv` executable load `.env` before launching your applicatio
8484
$ dotenv ./script.rb
8585
```
8686

87-
The `dotenv` executable also accepts the flag `-f`. Its value should be a comma-separated list of configuration files, in the order of most important to least. All of the files must exist. There _must_ be a space between the flag and its value.
87+
The `dotenv` executable also accepts the flag `-f`. Its value should be a comma-separated list of configuration files, in the order of the most important to the least important. All of the files must exist. There _must_ be a space between the flag and its value.
8888

8989
```console
9090
$ dotenv -f ".env.local,.env" ./script.rb

0 commit comments

Comments
 (0)