From 79c997439d1c7547057088e5c25fe7c89abdbe22 Mon Sep 17 00:00:00 2001 From: Tibor Simko Date: Tue, 23 Jan 2018 15:48:30 +0100 Subject: [PATCH] Fixes typo in `--no-read-only` CLI help message. Signed-off-by: Tibor Simko --- cwltool/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwltool/main.py b/cwltool/main.py index 2be90f598..463d54220 100755 --- a/cwltool/main.py +++ b/cwltool/main.py @@ -240,7 +240,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser default=False, help="Pull latest docker image even if" " it is locally present", dest="force_docker_pull") parser.add_argument("--no-read-only", action="store_true", - default=False, help="Do not set root directoy in the" + default=False, help="Do not set root directory in the" " container as read-only", dest="no_read_only") parser.add_argument("--overrides", type=str,