added influxdb flags

This commit is contained in:
Elad Nachmias 2018-12-04 12:27:00 +05:30
parent 0e53c594f9
commit 53905cb709

View file

@ -20,6 +20,8 @@ import (
"os"
"sort"
swarmmetrics "github.com/ethereum/go-ethereum/swarm/metrics"
"github.com/ethereum/go-ethereum/log"
cli "gopkg.in/urfave/cli.v1"
@ -100,6 +102,9 @@ func main() {
},
}
app.Flags = append(app.Flags, swarmmetrics.Flags[0])
app.Flags = append(app.Flags, swarmmetrics.Flags[1:]...)
app.Commands = []cli.Command{
{
Name: "upload_and_sync",