From d3890f0be22c7d73f070d1bc8411c23dfe17ee9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Mon, 4 Oct 2021 17:02:21 +0200 Subject: [PATCH] better help text for --num-threads --- beacon_chain/conf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon_chain/conf.nim b/beacon_chain/conf.nim index 0014ada76..902904865 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -158,7 +158,7 @@ type numThreads* {. defaultValue: 1, - desc: "Number of threads used (0 to use all logical threads)" + desc: "Number of worker threads (0 to start as many as logical CPU cores)" name: "num-threads" }: int case cmd* {.