CWL spec -> CWL standards
authorMichael R. Crusoe <1330696+mr-c@users.noreply.github.com>
Tue, 21 Apr 2020 09:28:44 +0000 (11:28 +0200)
committerMichael R. Crusoe <michael.crusoe@gmail.com>
Fri, 1 May 2020 16:12:40 +0000 (18:12 +0200)
Arvados-DCO-1.1-Signed-off-by: Michael R. Crusoe <mcrusoe@curii.com>

sdk/cwl/arvados_cwl/__init__.py

index 3dd04040ab5d728b5eac21bab601225135ce810e..5dde027732b66bb5631bb4f56376b4f54d0d71ef 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.")