File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ def arg_parser() -> argparse.ArgumentParser:
50
50
"--parallel" ,
51
51
action = "store_true" ,
52
52
default = False ,
53
- help = "[experimental] Run jobs in parallel. " ,
53
+ help = "Run jobs in parallel. " ,
54
54
)
55
55
envgroup = parser .add_mutually_exclusive_group ()
56
56
envgroup .add_argument (
@@ -448,8 +448,8 @@ def arg_parser() -> argparse.ArgumentParser:
448
448
"--singularity" ,
449
449
action = "store_true" ,
450
450
default = False ,
451
- help = "[experimental] Use "
452
- "Singularity runtime for running containers. "
451
+ help = "Use "
452
+ "Singularity or Apptainer runtime for running containers. "
453
453
"Requires Singularity v2.6.1+ and Linux with kernel "
454
454
"version v3.18+ or with overlayfs support "
455
455
"backported." ,
@@ -458,7 +458,7 @@ def arg_parser() -> argparse.ArgumentParser:
458
458
"--podman" ,
459
459
action = "store_true" ,
460
460
default = False ,
461
- help = "[experimental] Use " " Podman runtime for running containers. " ,
461
+ help = "Use Podman runtime for running containers. " ,
462
462
)
463
463
dockergroup .add_argument (
464
464
"--no-container" ,
You can’t perform that action at this time.
0 commit comments