Update flags.go

Improved warning for --rpcaddr
This commit is contained in:
Lars Pensjö 2015-08-29 15:55:19 +02:00
parent fd512fa12c
commit 3df1892513

View file

@ -244,7 +244,7 @@ var (
}
RPCListenAddrFlag = cli.StringFlag{
Name: "rpcaddr",
Usage: "Listening address for the JSON-RPC server",
Usage: "Listening address for the JSON-RPC server (warning: incorrect use of this flag can give anyone access)",
Value: "127.0.0.1",
}
RPCPortFlag = cli.IntFlag{