Commit ebf41d16 authored by Oli Bye's avatar Oli Bye Committed by Péter Szilágyi

cmd/geth: fix --nousb typo (#15040)

parent 9d0c51fb
...@@ -120,7 +120,7 @@ var ( ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment