cmd/geth: fix --nousb typo (#15040)
This commit is contained in:
parent
9d0c51fb0f
commit
ebf41d16a0
@ -120,7 +120,7 @@ var (
|
|||||||
}
|
}
|
||||||
NoUSBFlag = cli.BoolFlag{
|
NoUSBFlag = cli.BoolFlag{
|
||||||
Name: "nousb",
|
Name: "nousb",
|
||||||
Usage: "Disables monitoring for and managine USB hardware wallets",
|
Usage: "Disables monitoring for and managing USB hardware wallets",
|
||||||
}
|
}
|
||||||
NetworkIdFlag = cli.Uint64Flag{
|
NetworkIdFlag = cli.Uint64Flag{
|
||||||
Name: "networkid",
|
Name: "networkid",
|
||||||
|
Loading…
Reference in New Issue
Block a user