Skip to content

Commit d15dc31

Browse files
authored
Merge pull request #620 from tiborsimko/fixes-typo-in-no-read-only-cli-message
Fixes typo in `--no-read-only` CLI help message.
2 parents ce14487 + 79c9974 commit d15dc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cwltool/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
240240
default=False, help="Pull latest docker image even if"
241241
" it is locally present", dest="force_docker_pull")
242242
parser.add_argument("--no-read-only", action="store_true",
243-
default=False, help="Do not set root directoy in the"
243+
default=False, help="Do not set root directory in the"
244244
" container as read-only", dest="no_read_only")
245245

246246
parser.add_argument("--overrides", type=str,

0 commit comments

Comments
 (0)