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 7c7615c commit 0bea313Copy full SHA for 0bea313
cwltool/argparser.py
@@ -57,7 +57,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
57
58
cidgroup.add_argument(
59
"--cidfile-dir", type=Text, help="Store the Docker "
60
- "container ID into a file in the specifed directory.",
+ "container ID into a file in the specified directory.",
61
default=None, dest="cidfile_dir")
62
63
0 commit comments