Skip to content

Commit c921cdf

Browse files
authored
a few more cidfile tweaks
1 parent 9495e2e commit c921cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cwltool/main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,13 +87,13 @@ def arg_parser(): # type: () -> argparse.ArgumentParser
8787
cidgroup = parser.add_argument_group("Options for recording the Docker container identifier into a file")
8888
cidgroup.add_argument("--record-container-id", action="store_true",
8989
default=False,
90-
help="If enabled, store the container ID file. "
90+
help="If enabled, store the Docker container ID into a file. "
9191
"See --cidfile-dir to specify the directory.",
9292
dest="record_container_id")
9393

9494
cidgroup.add_argument("--cidfile-dir", type=Text,
95-
help="Directory for storing the container ID file. "
96-
"The default is current directory",
95+
help="Directory for storing the Docker container ID file. "
96+
"The default is the current directory",
9797
default="",
9898
dest="cidfile_dir")
9999

0 commit comments

Comments
 (0)