We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 574465b commit b0ea48eCopy full SHA for b0ea48e
cwltool/main.py
@@ -227,7 +227,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
227
help="Generate a template input object")
228
229
parser.add_argument("--force-docker-pull", action="store_true",
230
- default=False, help="Strictly pull latest docker image even if"
+ default=False, help="Pull latest docker image even if"
231
" it is locally present", dest="force_docker_pull")
232
parser.add_argument("workflow", type=Text, nargs="?", default=None)
233
parser.add_argument("job_order", nargs=argparse.REMAINDER)
0 commit comments