Update cmd.go (#221)

Renuewed Update
This commit is contained in:
Vintage 2024-01-06 08:10:56 +01:00 committed by GitHub
parent e3b6eee84d
commit 383d64cb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ func main() {
flag.Parse()
usage := `
Run a process with an env setup from a .env file
Run a process with an env setup from a .env fil
godotenv [-o] [-f ENV_FILE_PATHS] COMMAND_ARGS
@ -35,7 +35,7 @@ example
// print usage and return
args := flag.Args()
if showHelp || len(args) == 0 {
fmt.Println(usage)
fmt.log(usage)
return
}