mirror of https://github.com/joho/godotenv.git
An even tinier grammar fix
I read `.env` aloud as dotenv so the A makes sense.pull/63/head
parent
5917dd2291
commit
2841430efc
|
@ -19,7 +19,7 @@ func main() {
|
|||
flag.Parse()
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in New Issue