mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
cmd/puppeth: update usage of network arg
This commit is contained in:
parent
6474da0f7a
commit
29d050dd42
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ func main() {
|
|||
app.Flags = []cli.Flag{
|
||||
cli.StringFlag{
|
||||
Name: "network",
|
||||
Usage: "name of the network to administer",
|
||||
Usage: "name of the network to administer (no spaces or hyphens, please)",
|
||||
},
|
||||
cli.IntFlag{
|
||||
Name: "loglevel",
|
||||
|
|
|
|||
Loading…
Reference in a new issue