Skip to content

Commit b0ea48e

Browse files
authored
small wording change
1 parent 574465b commit b0ea48e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
227227
help="Generate a template input object")
228228

229229
parser.add_argument("--force-docker-pull", action="store_true",
230-
default=False, help="Strictly pull latest docker image even if"
230+
default=False, help="Pull latest docker image even if"
231231
" it is locally present", dest="force_docker_pull")
232232
parser.add_argument("workflow", type=Text, nargs="?", default=None)
233233
parser.add_argument("job_order", nargs=argparse.REMAINDER)

0 commit comments

Comments
 (0)