From 29d050dd4275abeec9a23935f93ad83c84143a03 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Tue, 20 Mar 2018 09:59:28 +0800 Subject: [PATCH] cmd/puppeth: update usage of network arg --- cmd/puppeth/puppeth.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/puppeth/puppeth.go b/cmd/puppeth/puppeth.go index beb52771ce..c3132daa18 100644 --- a/cmd/puppeth/puppeth.go +++ b/cmd/puppeth/puppeth.go @@ -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",