From e1fed8a31c03c997fc28f0762c792f9f1839a9b3 Mon Sep 17 00:00:00 2001 From: sacha Date: Mon, 4 Oct 2021 17:10:24 +0200 Subject: [PATCH] Update beacon_chain/conf.nim --- 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 902904865..aca97b127 100644 --- a/beacon_chain/conf.nim +++ b/beacon_chain/conf.nim @@ -158,7 +158,7 @@ type numThreads* {. defaultValue: 1, - desc: "Number of worker threads (0 to start as many as logical CPU cores)" + desc: "Number of worker threads (set this to 0 to use as many threads as there are CPU cores available)" name: "num-threads" }: int case cmd* {.