diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/sync.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/subcmds/sync.py b/subcmds/sync.py index f0c398a3..e75a8154 100644 --- a/subcmds/sync.py +++ b/subcmds/sync.py | |||
@@ -411,7 +411,7 @@ later is required to fix a server side protocol bug. | |||
411 | type=int, | 411 | type=int, |
412 | metavar="JOBS", | 412 | metavar="JOBS", |
413 | help="number of network jobs to run in parallel (defaults to " | 413 | help="number of network jobs to run in parallel (defaults to " |
414 | "--jobs or 1)", | 414 | "--jobs or 1). Ignored when --interleaved is set", |
415 | ) | 415 | ) |
416 | p.add_option( | 416 | p.add_option( |
417 | "--jobs-checkout", | 417 | "--jobs-checkout", |
@@ -419,7 +419,8 @@ later is required to fix a server side protocol bug. | |||
419 | type=int, | 419 | type=int, |
420 | metavar="JOBS", | 420 | metavar="JOBS", |
421 | help="number of local checkout jobs to run in parallel (defaults " | 421 | help="number of local checkout jobs to run in parallel (defaults " |
422 | f"to --jobs or {DEFAULT_LOCAL_JOBS})", | 422 | f"to --jobs or {DEFAULT_LOCAL_JOBS}). Ignored when --interleaved " |
423 | "is set", | ||
423 | ) | 424 | ) |
424 | 425 | ||
425 | p.add_option( | 426 | p.add_option( |