mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-08 17:21:47 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ var (
|
||||||
}
|
}
|
||||||
ExitWhenSyncedFlag = cli.BoolFlag{
|
ExitWhenSyncedFlag = cli.BoolFlag{
|
||||||
Name: "exitwhensynced",
|
Name: "exitwhensynced",
|
||||||
Usage: "Exists syncing after block synchronisation",
|
Usage: "Exits after block synchronisation completes",
|
||||||
}
|
}
|
||||||
ULCModeConfigFlag = cli.StringFlag{
|
ULCModeConfigFlag = cli.StringFlag{
|
||||||
Name: "ulc.config",
|
Name: "ulc.config",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue