From 2841430efc2d0454f2581e4e92a9344effafae54 Mon Sep 17 00:00:00 2001 From: John Barton Date: Wed, 21 Nov 2018 06:41:23 +1100 Subject: [PATCH] An even tinier grammar fix I read `.env` aloud as dotenv so the A makes sense. --- cmd/godotenv/cmd.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/godotenv/cmd.go b/cmd/godotenv/cmd.go index 6b8f110..8dce420 100644 --- a/cmd/godotenv/cmd.go +++ b/cmd/godotenv/cmd.go @@ -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