Merge branch '16584-with-schemas' refs #16584
[arvados.git] / sdk / cwl / arvados_cwl / __init__.py
index 8880f94c44c9a646e1f0f747df7bf6306f8c75f5..341929454ad71a87912e566dfdd86153f7f0881e 100644 (file)
@@ -176,7 +176,7 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
 
     parser.add_argument("--enable-dev", action="store_true",
                         help="Enable loading and running development versions "
-                             "of CWL spec.", default=False)
+                             "of the CWL standards.", default=False)
     parser.add_argument('--storage-classes', default="default",
                         help="Specify comma separated list of storage classes to be used when saving workflow output to Keep.")