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

Corrected error for ExitWhenSyncedFlag, clarifying that the program exits after syncing completes.
pull/19369/head
William Setzer 6 years ago committed by Péter Szilágyi
parent 0529015091
commit 72c98dc41f
  1. 2
      cmd/utils/flags.go

@ -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…
Cancel
Save