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

This commit is contained in:
Oli Bye
2017-08-25 16:54:36 +03:00
committed by Péter Szilágyi
parent 9d0c51fb0f
commit ebf41d16a0
+1 -1
View File
@@ -120,7 +120,7 @@ var (
}
NoUSBFlag = cli.BoolFlag{
Name: "nousb",
Usage: "Disables monitoring for and managine USB hardware wallets",
Usage: "Disables monitoring for and managing USB hardware wallets",
}
NetworkIdFlag = cli.Uint64Flag{
Name: "networkid",