From a28093ced4e81bcae10ccceba68f0c64da14383c Mon Sep 17 00:00:00 2001
From: Jeffery Robert Walsh <rlxrlps@gmail.com>
Date: Thu, 17 Oct 2019 01:39:14 -0700
Subject: [PATCH] README: use new miner threads flag instead of legacy
 minerthreads flag (#20165)

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3bfd24906..92a7125b4 100644
--- a/README.md
+++ b/README.md
@@ -303,7 +303,7 @@ ones either). To start a `geth` instance for mining, run it with all your usual
 by:
 
 ```shell
-$ geth <usual-flags> --mine --minerthreads=1 --etherbase=0x0000000000000000000000000000000000000000
+$ geth <usual-flags> --mine --miner.threads=1 --etherbase=0x0000000000000000000000000000000000000000
 ```
 
 Which will start mining blocks and transactions on a single CPU thread, crediting all
-- 
GitLab