Skip to content

Commit

Permalink
fix flags
Browse files Browse the repository at this point in the history
Signed-off-by: Esme Lamb <[email protected]>
  • Loading branch information
dedelala committed Feb 7, 2025
1 parent 97e3f85 commit 0ead304
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions go/vt/grpcclient/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ var (
"vtctld",
"vtgate",
"vtgateclienttest",
"vtgateproxy",
"vtorc",
"vttablet",
"vttestserver",
Expand Down
3 changes: 3 additions & 0 deletions go/vt/servenv/servenv.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ func init() {
"vtctlclient",
"vtctld",
"vtgate",
"vtgateproxy",
"vttablet",
} {
OnParseFor(cmd, trace.RegisterFlags)
Expand All @@ -453,6 +454,7 @@ func init() {
"vtgate",
"vtgateclienttest",
"vtorc",
"vtgateproxy",
"vttablet",
"vttestserver",
} {
Expand All @@ -465,6 +467,7 @@ func init() {
"vtcombo",
"vtctld",
"vtgate",
"vtgateproxy",
"vttablet",
"vtorc",
} {
Expand Down
1 change: 1 addition & 0 deletions go/vt/vtgate/grpcvtgateconn/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func init() {
"vtcombo",
"vtctl",
"vttestserver",
"vtgateproxy",
} {
servenv.OnParseFor(cmd, registerFlags)
}
Expand Down

0 comments on commit 0ead304

Please sign in to comment.