mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
retesteth: add usage string to flag
This commit is contained in:
parent
d31490089c
commit
7ee7acb09e
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue