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

This commit is contained in:
Oli Bye 2017-08-25 14:54:36 +01:00 committed by Péter Szilágyi
parent 9d0c51fb0f
commit ebf41d16a0
1 changed files with 1 additions and 1 deletions

View File

@ -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",