An even tinier grammar fix

I read `.env` aloud as dotenv so the A makes sense.
This commit is contained in:
John Barton 2018-11-21 06:41:23 +11:00 committed by GitHub
parent 5917dd2291
commit 2841430efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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