Skip to content

Commit d7d44df

Browse files
Fix help
1 parent 69dfbe5 commit d7d44df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/thv/app/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func init() {
111111
runCmd.Flags().StringVar(
112112
&runTargetHost,
113113
"target-host",
114-
transport.LocalhostIPv4,
114+
transport.TargetHostIPv4,
115115
"Host to forward traffic to (only applicable to SSE or Streamable HTTP transport)")
116116
runCmd.Flags().StringVar(
117117
&runPermissionProfile,

0 commit comments

Comments
 (0)