Skip to content

Commit 72f6936

Browse files
authored
c.d/utils: rename vmtrace.config to vmtrace.jsonconfig (#29554)
rename vmtrace.config to vmtrace.jsonconfig for consinstency with t8ntool trace.jsonconfig
1 parent fadd9d8 commit 72f6936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/utils/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ var (
545545
Category: flags.VMCategory,
546546
}
547547
VMTraceConfigFlag = &cli.StringFlag{
548-
Name: "vmtrace.config",
548+
Name: "vmtrace.jsonconfig",
549549
Usage: "Tracer configuration (JSON)",
550550
Category: flags.VMCategory,
551551
}

0 commit comments

Comments
 (0)