diff options
Diffstat (limited to 'cmd/gdex')
-rw-r--r-- | cmd/gdex/main.go | 1 | ||||
-rw-r--r-- | cmd/gdex/usage.go | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cmd/gdex/main.go b/cmd/gdex/main.go index c054e3ad5..8e08e2d77 100644 --- a/cmd/gdex/main.go +++ b/cmd/gdex/main.go @@ -139,6 +139,7 @@ var ( utils.EVMInterpreterFlag, utils.IndexerEnableFlag, utils.IndexerPluginFlag, + utils.IndexerPluginFlagsFlag, configFileFlag, } diff --git a/cmd/gdex/usage.go b/cmd/gdex/usage.go index 880e447f3..910b6498b 100644 --- a/cmd/gdex/usage.go +++ b/cmd/gdex/usage.go @@ -244,6 +244,7 @@ var AppHelpFlagGroups = []flagGroup{ Flags: []cli.Flag{ utils.IndexerEnableFlag, utils.IndexerPluginFlag, + utils.IndexerPluginFlagsFlag, }, }, { |