good morning!!!!

Skip to content
Snippets Groups Projects
Commit d10f5508 authored by Ferran Borreguero's avatar Ferran Borreguero
Browse files

Cleanup

parent 58702220
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ func (d *DebugCommand) Flags() *flagset.Flagset {
Name: "seconds",
Usage: "seconds to trace",
Value: &d.seconds,
Default: 5,
Default: 2,
})
flags.StringFlag(&flagset.StringFlag{
Name: "output",
......
......@@ -446,13 +446,5 @@ func (c *Command) Flags() *flagset.Flagset {
Usage: "Address and port to bind the GRPC server",
Value: &c.cliConfig.GRPC.Addr,
})
// grpc
f.StringFlag(&flagset.StringFlag{
Name: "grpc.addr",
Usage: "Address and port to bind the GRPC server",
Value: &c.cliConfig.GRPC.Addr,
})
return f
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment