retesteth: add usage string to flag

This commit is contained in:
Martin Holst Swende 2019-06-05 09:10:56 +02:00
parent d31490089c
commit 7ee7acb09e
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -59,7 +59,7 @@ var (
retestethCommand = cli.Command{ retestethCommand = cli.Command{
Action: utils.MigrateFlags(retesteth), Action: utils.MigrateFlags(retesteth),
Name: "retesteth", Name: "retesteth",
Usage: "", Usage: "Launches geth in retesteth mode",
ArgsUsage: "", ArgsUsage: "",
Flags: []cli.Flag{rpcPortFlag}, Flags: []cli.Flag{rpcPortFlag},
Category: "MISCELLANEOUS COMMANDS", Category: "MISCELLANEOUS COMMANDS",