Skip to content

Commit

Permalink
Merge pull request ethereum#281 from etclabscore/feat/ethash-dagdir-help
Browse files Browse the repository at this point in the history
cmd/utils/flags: better help text for `—ethash.dagdir`
  • Loading branch information
ziogaschr authored Jan 8, 2021
2 parents d9dacfb + fbc8e87 commit d804015
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 @@ -315,7 +315,7 @@ var (
}
EthashDatasetDirFlag = DirectoryFlag{
Name: "ethash.dagdir",
Usage: "Directory to store the ethash mining DAGs",
Usage: "Directory to store the [ethash|etchash] mining DAGs based on supported network",
Value: DirectoryString(eth.DefaultConfig.Ethash.DatasetDir),
}
EthashDatasetsInMemoryFlag = cli.IntFlag{
Expand Down

0 comments on commit d804015

Please sign in to comment.