forked from coop-cloud-mirrors/godotenv
An even tinier grammar fix
I read `.env` aloud as dotenv so the A makes sense.
This commit is contained in:
parent
5917dd2291
commit
2841430efc
@ -19,7 +19,7 @@ func main() {
|
|||||||
flag.Parse()
|
flag.Parse()
|
||||||
|
|
||||||
usage := `
|
usage := `
|
||||||
Run a process with an env setup from an .env file
|
Run a process with an env setup from a .env file
|
||||||
|
|
||||||
godotenv [-f ENV_FILE_PATHS] COMMAND_ARGS
|
godotenv [-f ENV_FILE_PATHS] COMMAND_ARGS
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user