Skip to content

Commit cd61ee6

Browse files
author
Anton Khodak
authored
Merge branch 'master' into singularity-support
2 parents 0bf444d + d15dc31 commit cd61ee6

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
@@ -242,7 +242,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
242242
default=False, help="Pull latest docker image even if"
243243
" it is locally present", dest="force_docker_pull")
244244
parser.add_argument("--no-read-only", action="store_true",
245-
default=False, help="Do not set root directoy in the"
245+
default=False, help="Do not set root directory in the"
246246
" container as read-only", dest="no_read_only")
247247

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

0 commit comments

Comments
 (0)