Skip to content

Commit

Permalink
don't recommend --snap.stop flag #4577 Open
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Jun 29, 2022
1 parent d72fba3 commit b947374
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 @@ -642,7 +642,7 @@ var (
}
SnapStopFlag = cli.BoolFlag{
Name: ethconfig.FlagSnapStop,
Usage: "Stop producing new snapshots",
Usage: "Workaround to stop producing new snapshots, if you meet some snapshots-related critical bug",
}
TorrentVerbosityFlag = cli.IntFlag{
Name: "torrent.verbosity",
Expand Down

0 comments on commit b947374

Please sign in to comment.