Skip to content

Commit 40ba7d2

Browse files
committed
correct help for --parallel
1 parent fd6059d commit 40ba7d2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cwltool/argparser.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
2222
help="Output directory, default current directory")
2323

2424
parser.add_argument("--parallel", action="store_true", default=False,
25-
help="[experimental] Run jobs in parallel. "
26-
"Does not currently keep track of ResourceRequirements like the number of cores"
27-
"or memory and can overload this system")
25+
help="[experimental] Run jobs in parallel. ")
2826
envgroup = parser.add_mutually_exclusive_group()
2927
envgroup.add_argument("--preserve-environment", type=Text, action="append",
3028
help="Preserve specific environment variable when "

0 commit comments

Comments
 (0)