Skip to content

Commit 5448b28

Browse files
authored
fix: comment string for --core.xtoken.path (#4209)
1 parent 26267c7 commit 5448b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nodebuilder/core/flags.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ func Flags() *flag.FlagSet {
4747
"",
4848
"specifies the file path to the JSON file containing the X-Token for gRPC authentication. "+
4949
"The JSON file should have a key-value pair where the key is 'x-token' and the value is the authentication token. "+
50-
"NOTE: the path is parsed only if coreTLS enabled."+
50+
"NOTE: the path is parsed only if core.tls enabled. "+
5151
"If left empty, the client will not include the X-Token in its requests.",
5252
)
5353
return flags

0 commit comments

Comments
 (0)