mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix(flag): one typo
This commit is contained in:
parent
16cd1a7561
commit
9ed6e037fc
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ func wordWrap(s string, width int) string {
|
|||
return output.String()
|
||||
}
|
||||
|
||||
// AutoEnvVars extens all the specific CLI flags with automatically generated
|
||||
// AutoEnvVars extends all the specific CLI flags with automatically generated
|
||||
// env vars by capitalizing the flag, replacing . with _ and prefixing it with
|
||||
// the specified string.
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue