Commit 72c98dc4 authored by William Setzer's avatar William Setzer Committed by Péter Szilágyi

cmd/flags: fix typo in --exitwhensynced flag (#19364)

Corrected error for ExitWhenSyncedFlag, clarifying that the program exits after syncing completes.
parent 05290150
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment