Skip to content

Commit

Permalink
Update x/examples/fetch/main.go
Browse files Browse the repository at this point in the history
Co-authored-by: J. Yi <[email protected]>
  • Loading branch information
fortuna and jyyi1 authored Nov 1, 2024
1 parent ad2492d commit e245a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/examples/fetch/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func overrideAddress(original string, newHost string, newPort string) (string, e

func main() {
verboseFlag := flag.Bool("v", false, "Enable debug output")
tlsKeyLogFlag := flag.String("tls-key-log", "", "Filename to write the TLS key log to allow for decryption on Wireshark.")
tlsKeyLogFlag := flag.String("tls-key-log", "", "Filename to write the TLS key log to allow for decryption on Wireshark")
protoFlag := flag.String("proto", "h1", "HTTP version to use (h1, h2, h3)")
transportFlag := flag.String("transport", "", "Transport config")
addressFlag := flag.String("address", "", "Address to connect to. If empty, use the URL authority")
Expand Down

0 comments on commit e245a9a

Please sign in to comment.