Skip to content

Commit

Permalink
Update cmd.go (#221)
Browse files Browse the repository at this point in the history
Renuewed Update
  • Loading branch information
Adamsbite committed Jan 6, 2024
1 parent e3b6eee commit 383d64c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/godotenv/cmd.go
Expand Up @@ -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
Expand All @@ -35,7 +35,7 @@ example
// print usage and return
args := flag.Args()
if showHelp || len(args) == 0 {
fmt.Println(usage)
fmt.log(usage)
return
}

Expand Down

0 comments on commit 383d64c

Please sign in to comment.