Skip to content

Commit

Permalink
cmd/flags: fix typo in --exitwhensynced flag (#19364)
Browse files Browse the repository at this point in the history
Corrected error for ExitWhenSyncedFlag, clarifying that the program exits after syncing completes.
  • Loading branch information
wjsetzer authored and karalabe committed Apr 2, 2019
1 parent 0529015 commit 72c98dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/utils/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 72c98dc

Please sign in to comment.