2
0
Fork 0

fix quote typo

Esse commit está contido em:
AJ ONeal 2020-10-19 23:22:11 -06:00
commit 0e7e7179f6
2 arquivos alterados com 2 adições e 2 exclusões

Ver arquivo

@ -28,7 +28,7 @@ curl -A MS https://webinstall.dev/dotenv | powershell
dotenv v1.0.0 (17c7677) 2020-10-19T23:43:57Z
Usage:
dotenv [-f .env.alternate] -- <command> [arguments...]"
dotenv [-f .env.alternate] -- <command> [arguments...]
-f string
path to .env file (default ".env")

Ver arquivo

@ -25,7 +25,7 @@ func usage() {
fmt.Fprintf(os.Stderr, `
Usage:
%s [-f .env.alternate] -- <command> [arguments...]"
%s [-f .env.alternate] -- <command> [arguments...]
`, name)