cmd/puppeth: update usage of network arg

This commit is contained in:
Zhenguo Niu 2018-03-20 09:59:28 +08:00
parent 6474da0f7a
commit 29d050dd42

View file

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