cmd/bzzd: correct default IPC modules in help string

This commit is contained in:
zelig 2016-11-28 09:43:22 +01:00
parent 62279e46f4
commit 5ea374f45c

View file

@ -87,6 +87,7 @@ func init() {
// Override flag defaults so bzzd can run alongside geth.
utils.ListenPortFlag.Value = 30399
utils.IPCPathFlag.Value = utils.DirectoryString{Value: "bzzd.ipc"}
utils.IPCApiFlag.Value = "admin, bzz, chequebook, debug, rpc, web3"
// Set up the cli app.
app.Commands = nil