forked from cerc-io/plugeth
cmd/flags: fix typo in --exitwhensynced flag (#19364)
Corrected error for ExitWhenSyncedFlag, clarifying that the program exits after syncing completes.
This commit is contained in:
parent
0529015091
commit
72c98dc41f
@ -167,7 +167,7 @@ var (
|
||||
}
|
||||
ExitWhenSyncedFlag = cli.BoolFlag{
|
||||
Name: "exitwhensynced",
|
||||
Usage: "Exists syncing after block synchronisation",
|
||||
Usage: "Exits after block synchronisation completes",
|
||||
}
|
||||
ULCModeConfigFlag = cli.StringFlag{
|
||||
Name: "ulc.config",
|
||||
|
Loading…
Reference in New Issue
Block a user