You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
build-parallel: Rename --jobs option to --max-workers to avoid conflict
The --jobs option in the build-parallel command conflicted with the
main program's option of the same name. This change renames the
option to --max-workers (short form -m) and updates all references
and help text accordingly, ensuring clear and unambiguous usage for
users.
Signed-off-by: Doug Hellmann <dhellmann@redhat.com>
0 commit comments