Skip to content

Commit

Permalink
Correct documentation for execute_from_args (#617)
Browse files Browse the repository at this point in the history
Fixes #616

Signed-off-by: Moritz Hoffmann <[email protected]>
  • Loading branch information
antiguru authored Jan 10, 2025
1 parent c6de342 commit 3b32df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timely/src/execute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 3b32df5

Please sign in to comment.