Revert "11965: Update help message to match new --api default."
authorTom Clegg <tom@curoverse.com>
Wed, 12 Jul 2017 21:39:47 +0000 (17:39 -0400)
committerTom Clegg <tom@curoverse.com>
Wed, 12 Jul 2017 21:39:47 +0000 (17:39 -0400)
refs #11965

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curoverse.com>

sdk/cwl/arvados_cwl/__init__.py

index d642cbd243a2727c7eb65f87562714428c575601..19ebf7fa2a08621e7700ee7c1b9fa6ed926bed5d 100644 (file)
@@ -632,7 +632,7 @@ def arg_parser():  # type: () -> argparse.ArgumentParser
     parser.add_argument("--api", type=str,
                         default=None, dest="work_api",
                         choices=("jobs", "containers"),
-                        help="Select work submission API.  Default is 'containers' if that API is available, otherwise 'jobs'.")
+                        help="Select work submission API.  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",