cmd.Flags().StringSlice(optionNameBootnodes,nil,"initial nodes to connect to")
cmd.Flags().String(optionNameDebugAPIAddr,"","debug HTTP API listen address, e.g. 127.0.0.1:6060")
cmd.Flags().Int(optionNameNetworkID,1,"ID of the Swarm network")
cmd.Flags().Int32(optionNameNetworkID,1,"ID of the Swarm network")
cmd.Flags().Int(optionNameConnectionsLow,200,"low watermark governing the number of connections that'll be maintained")
cmd.Flags().Int(optionNameConnectionsHigh,400,"high watermark governing the number of connections that'll be maintained")
cmd.Flags().Duration(optionNameConnectionsGrace,time.Minute,"the amount of time a newly opened connection is given before it becomes subject to pruning")