Skip to content

Commit 0bea313

Browse files
authored
Fix spelling typo (#1025)
1 parent 7c7615c commit 0bea313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cwltool/argparser.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
5757

5858
cidgroup.add_argument(
5959
"--cidfile-dir", type=Text, help="Store the Docker "
60-
"container ID into a file in the specifed directory.",
60+
"container ID into a file in the specified directory.",
6161
default=None, dest="cidfile_dir")
6262

6363
cidgroup.add_argument(

0 commit comments

Comments
 (0)