From 3b32df5fc458a571fbadbd5cc58f40609a595d72 Mon Sep 17 00:00:00 2001 From: Moritz Hoffmann Date: Fri, 10 Jan 2025 11:43:21 +0100 Subject: [PATCH] Correct documentation for execute_from_args (#617) Fixes #616 Signed-off-by: Moritz Hoffmann --- timely/src/execute.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timely/src/execute.rs b/timely/src/execute.rs index ed0ad99ed..964d9485e 100644 --- a/timely/src/execute.rs +++ b/timely/src/execute.rs @@ -244,7 +244,7 @@ where /// /// The arguments `execute_from_args` currently understands are: /// -/// `-w, --workers`: number of per-process worker threads. +/// `-w, --threads`: number of per-process worker threads. /// /// `-n, --processes`: number of processes involved in the computation. ///