Update cmd.go

Tiny little grammatical error.
This commit is contained in:
Mendy Danzinger 2018-11-20 13:25:32 -05:00 committed by GitHub
parent c0b86d615e
commit 5917dd2291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ func main() {
flag.Parse() flag.Parse()
usage := ` usage := `
Run a process with a env setup from a .env file Run a process with an env setup from an .env file
godotenv [-f ENV_FILE_PATHS] COMMAND_ARGS godotenv [-f ENV_FILE_PATHS] COMMAND_ARGS