From fbc8e87b34ea2b2db68ea6be5f93f7dc53e368a0 Mon Sep 17 00:00:00 2001 From: Chris Ziogas Date: Fri, 8 Jan 2021 18:13:26 +0200 Subject: [PATCH] =?UTF-8?q?cmd/utils/flags:=20better=20help=20text=20for?= =?UTF-8?q?=20`=E2=80=94ethash.dagdir`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cmd/utils/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/utils/flags.go b/cmd/utils/flags.go index 7dfb8e73fc69..ec8602a2b132 100644 --- a/cmd/utils/flags.go +++ b/cmd/utils/flags.go @@ -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{