consistency accross commands declaration

This commit is contained in:
A.Unger
2019-12-17 14:40:39 +01:00
parent dfb3f6e15f
commit d0842cdd5f
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -19,8 +19,8 @@ func GraphCommand(cfg *config.Config) cli.Command {
return cli.Command{
Name: "graph",
Usage: "Start graph server",
Flags: flagset.ServerWithConfig(cfg.Graph),
Category: "Extensions",
Flags: flagset.ServerWithConfig(cfg.Graph),
Action: func(c *cli.Context) error {
scfg := configureGraph(cfg)