Update flag comment

This commit is contained in:
2021-10-26 14:05:48 +02:00
parent cdd1c66daf
commit 034f03cb68
2 changed files with 1 additions and 1 deletions

BIN
getenv

Binary file not shown.

View File

@@ -11,7 +11,7 @@ import (
) )
func main() { func main() {
prefix := flag.String("prefix", "", "Variable's prefix") prefix := flag.String("prefix", "", "Prefix to append to the ENV var names in the output")
flag.Parse() flag.Parse()
var client = &http.Client{ var client = &http.Client{