diff options
author | Oli Bye <olibye@users.noreply.github.com> | 2017-08-25 21:54:36 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-08-25 21:54:36 +0800 |
commit | ebf41d16a04420a3eba082cc0a1783c93caa1f86 (patch) | |
tree | b19ced435dbbcab679fe20023b7dec17c4f3ff80 | |
parent | 9d0c51fb0f9f4c2db02f12d485bb78f9c177b397 (diff) | |
download | go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.tar go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.tar.gz go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.tar.bz2 go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.tar.lz go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.tar.xz go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.tar.zst go-tangerine-ebf41d16a04420a3eba082cc0a1783c93caa1f86.zip |
cmd/geth: fix --nousb typo (#15040)
-rw-r--r-- | cmd/utils/flags.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index b25708471..37ccd06ef 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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", |