We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68adf39 commit a3c4482Copy full SHA for a3c4482
cwltool/argparser.py
@@ -211,7 +211,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
211
dockergroup.add_argument("--singularity", action="store_true",
212
default=False, help="[experimental] Use "
213
"Singularity runtime for running containers. "
214
- "Requires Singularity v2.3.2+ and Linux with kernel "
+ "Requires Singularity v2.6.1+ and Linux with kernel "
215
"version v3.18+ or with overlayfs support "
216
"backported.")
217
dockergroup.add_argument("--no-container", action="store_false",
0 commit comments