[ARVADOS] updated: 182dd3521c1ea587a94ed2bfa4e1a3e935d493c7

Git user git at public.curoverse.com
Tue Oct 25 15:05:45 EDT 2016


Summary of changes:
 sdk/cwl/arvados_cwl/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  182dd3521c1ea587a94ed2bfa4e1a3e935d493c7 (commit)
      from  4b037a38dbe848a77224dd05dd035736b5d0c0c1 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 182dd3521c1ea587a94ed2bfa4e1a3e935d493c7
Author: Tom Clegg <tom at curoverse.com>
Date:   Tue Oct 25 15:05:10 2016 -0400

    10291: Update --help message. refs #10291

diff --git a/sdk/cwl/arvados_cwl/__init__.py b/sdk/cwl/arvados_cwl/__init__.py
index 7a951e9..3144592 100644
--- a/sdk/cwl/arvados_cwl/__init__.py
+++ b/sdk/cwl/arvados_cwl/__init__.py
@@ -469,7 +469,7 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
 
     parser.add_argument("--api", type=str,
                         default=None, dest="work_api",
-                        help="Select work submission API, one of 'jobs' or 'containers'.")
+                        help="Select work submission API, one of 'jobs' or 'containers'. Default is 'jobs' if that API is available, otherwise 'containers'.")
 
     parser.add_argument("--compute-checksum", action="store_true", default=False,
                         help="Compute checksum of contents while collecting outputs",

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list