Merge branch 'patch-1' of https://github.com/mr-c/arvados into mr-c-patch-1
authorWard Vandewege <ward@curii.com>
Fri, 17 Jul 2020 13:14:59 +0000 (09:14 -0400)
committerWard Vandewege <ward@curii.com>
Fri, 17 Jul 2020 13:17:03 +0000 (09:17 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

sdk/cwl/arvados_cwl/__init__.py

index adbce90d8d4215329d46eebbe06be66d1f71de43..6f2255b3f8b18f104a00fc2d4982171c51dbb0da 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.")