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:
William Setzer 2019-04-02 07:40:30 +00:00 committed by Péter Szilágyi
parent 0529015091
commit 72c98dc41f

View File

@ -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",