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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user