Skip to content

Commit c664d2f

Browse files
committed
Tweak help message
1 parent 67eed90 commit c664d2f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

snakemake/cli.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,10 +1423,10 @@ def get_argument_parser(profiles=None):
14231423
"--scheduler-subsample",
14241424
type=int,
14251425
default=None,
1426-
help="Number of jobs to be considered for scheduling. If number of ready "
1427-
"jobs is greater than this value, this number of jobs is randomly chosen "
1428-
"for scheduling; if number of ready jobs is lower, this option has no "
1429-
"effect. This can be useful on very large DAGs, where the scheduler can "
1426+
help="Set the number of jobs to be considered for scheduling. If number "
1427+
"of ready jobs is greater than this value, this number of jobs is randomly "
1428+
"chosen for scheduling; if number of ready jobs is lower, this option has "
1429+
"no effect. This can be useful on very large DAGs, where the scheduler can "
14301430
"take some time selecting which jobs to run.",
14311431
)
14321432
group_behavior.add_argument(

0 commit comments

Comments
 (0)