Skip to content

Commit 3b32df5

Browse files
authored
Correct documentation for execute_from_args (#617)
Fixes #616 Signed-off-by: Moritz Hoffmann <[email protected]>
1 parent c6de342 commit 3b32df5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timely/src/execute.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ where
244244
///
245245
/// The arguments `execute_from_args` currently understands are:
246246
///
247-
/// `-w, --workers`: number of per-process worker threads.
247+
/// `-w, --threads`: number of per-process worker threads.
248248
///
249249
/// `-n, --processes`: number of processes involved in the computation.
250250
///

0 commit comments

Comments
 (0)