Skip to content

Commit 383d64c

Browse files
authored
Update cmd.go (#221)
Renuewed Update
1 parent e3b6eee commit 383d64c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/godotenv/cmd.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func main() {
2121
flag.Parse()
2222

2323
usage := `
24-
Run a process with an env setup from a .env file
24+
Run a process with an env setup from a .env fil
2525
2626
godotenv [-o] [-f ENV_FILE_PATHS] COMMAND_ARGS
2727
@@ -35,7 +35,7 @@ example
3535
// print usage and return
3636
args := flag.Args()
3737
if showHelp || len(args) == 0 {
38-
fmt.Println(usage)
38+
fmt.log(usage)
3939
return
4040
}
4141

0 commit comments

Comments
 (0)